#DFCED0

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

Shades of Pale Rose #DFCED0

Tints of Pale Rose #DFCED0

Color information

#DFCED0 (or 0xDFCED0) is unknown color: approx Pale Rose. HEX triplet: DF, CE and D0. RGB value is (223,206,208). Sum of RGB (Red+Green+Blue) = 223+206+208=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCED0 is #20312F. Grayscale: #D3D3D3. Windows color (decimal): -2109744 or 13684447. OLE color: 13684447.

HSL color Cylindrical-coordinate representation of color #DFCED0: hue angle of 352.94º 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 #DFCED0 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB223206208-
CMYK00.080.070.13
HSL352.94º20.99%84.12%-
HSV(B)352.94º7.62%87.45%-
XYZ63.8964.3868.73-
YUV211.31126.13136.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 208 (81.64% from 255) = 32.65%
R=35.01%
G=32.34%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320620800.080.070.13352.9420.9984.12
HexDFCED0087D1611554
Octal33731632001071554125124
Binary110111111100111011010000010001111101101100001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCED0; }

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

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

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

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

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

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

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

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