Color Hex Logo

#ddccfa Color Hex

#DDCCFA
(221,204,250)
0 Favorites   0 Comments

Color spaces of #ddccfa

RGB 221204250
HSL0.730.820.89
HSV262°18°98°
CMYK 0.120.180.00   0.02
XYZ68.667065.460099.4584
Yxy65.46000.29400.2802
Hunter Lab80.90749.9071-16.2493
CIE-Lab84.720214.5100-20.3990

#ddccfa color RGB value is (221,204,250).

#ddccfa hex color red value is 221, green value is 204 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ddccfa hue: 0.73 , saturation: 0.82 and the lightness value of ddccfa is 0.89.

The process color (four color CMYK) of #ddccfa color hex is 0.12, 0.18, 0.00, 0.02. Web safe color of #ddccfa is #ccccff. Color #ddccfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11111010
Octal 335 314 372
Decimal 221 204 250
Hex DD CC FA

RGB Percentages of Color #ddccfa

%32.74
%30.22
%37.04

CMYK Percentages of Color #ddccfa

%12
%18
%0
%2

Triadic Colors of #ddccfa

#ddccfa #faddcc #ccfadd

Analogous Colors of #ddccfa

#ddccfa #f4ccfa #ccd2fa

Monochromatic Colors of #ddccfa

#ddccfa

Complementary Color

#ddccfa #e9facc

#ddccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccfa Color CSS Codes

.mybgcolor {background-color:#ddccfa; } 
.myforecolor {color:#ddccfa; }
.mybordercolor {border:3px solid #ddccfa; }

#ddccfa Text Font Color

<p style="color:#ddccfa">Text here</p>

This sample text font color is #ddccfa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddccfa Background Color

<div style="background-color:#ddccfa">
Div content here</div>

This div background color is #ddccfa


#ddccfa Border Color

<div style="border:3px solid #ddccfa">
Div here</div>

This div border color is #ddccfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,204,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddccfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddccfa;
  -webkit-box-shadow: 1px 1px 3px 2px #ddccfa;
  box-shadow:         1px 1px 3px 2px #ddccfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,204,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddccfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddccfa;
  -webkit-box-shadow: 1px 1px 3px 2px #ddccfa;
  box-shadow:         1px 1px 3px 2px #ddccfa;">
Div content here</div>

This div box has shadow with color #ddccfa


Comments

No comments written yet.

Please login to write comment.