#DFCCD3

Color #DFCCD3 Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #DFCCD3

Tints of Prim #DFCCD3

Color information

#DFCCD3 (or 0xDFCCD3) is unknown color: approx Prim. HEX triplet: DF, CC and D3. RGB value is (223,204,211). Sum of RGB (Red+Green+Blue) = 223+204+211=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCD3 is #20332C. Grayscale: #D2D2D2. Windows color (decimal): -2110253 or 13880543. OLE color: 13880543.

HSL color Cylindrical-coordinate representation of color #DFCCD3: hue angle of 337.89º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCCD3 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB223204211-
CMYK00.090.050.13
HSL337.89º22.89%83.73%-
HSV(B)337.89º8.52%87.45%-
XYZ63.7863.5870.54-
YUV210.48128.29136.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 211 (82.81% from 255) = 33.07%
R=34.95%
G=31.97%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320421100.090.050.13337.8922.8983.73
HexDFCCD3095D1521754
Octal33731432301151552227124
Binary110111111100110011010011010011011101101010010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCD3; }

 p { color: rgb(223,204,211); }

 H1.HeaderClassName
 {
   color: #DFCCD3;
 }
 .AnyTagClassName
 {
   color: #DFCCD3;
 }
</style>
background-color css

<style>
 a { background-color: #DFCCD3; }

 a { background-color: rgb(223,204,211); }

 div.DivClassName
 {
   background-color: #DFCCD3;
 }
 .BgClassName
 {
   background-color: #DFCCD3;
 }
</style>
border-color css

<style>
 span { border-color: #DFCCD3; }

 span { border-color: rgb(223,204,211); }

 td.TdClassName
 {
   border-color: #DFCCD3;
 }
 .TagClassName
 {
   border-color: #DFCCD3;
 }
</style>