#DFCED4

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

Shades of Prim #DFCED4

Tints of Prim #DFCED4

Color information

#DFCED4 (or 0xDFCED4) is unknown color: approx Prim. HEX triplet: DF, CE and D4. RGB value is (223,206,212). Sum of RGB (Red+Green+Blue) = 223+206+212=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCED4 is #20312B. Grayscale: #D3D3D3. Windows color (decimal): -2109740 or 13946591. OLE color: 13946591.

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

Color convert

RGB223206212-
CMYK00.080.050.13
HSL338.82º20.99%84.12%-
HSV(B)338.82º7.62%87.45%-
XYZ64.3964.5871.36-
YUV211.77128.13136.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 212 (83.20% from 255) = 33.07%
R=34.79%
G=32.14%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320621200.080.050.13338.8220.9984.12
HexDFCED4085D1531554
Octal33731632401051552325124
Binary110111111100111011010100010001011101101010011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCED4; }

 p { color: rgb(223,206,212); }

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

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

 a { background-color: rgb(223,206,212); }

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

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

 span { border-color: rgb(223,206,212); }

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