#DFD0D2

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

Shades of Pale Rose #DFD0D2

Tints of Pale Rose #DFD0D2

Color information

#DFD0D2 (or 0xDFD0D2) is unknown color: approx Pale Rose. HEX triplet: DF, D0 and D2. RGB value is (223,208,210). Sum of RGB (Red+Green+Blue) = 223+208+210=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0D2 is #202F2D. Grayscale: #D4D4D4. Windows color (decimal): -2109230 or 13816031. OLE color: 13816031.

HSL color Cylindrical-coordinate representation of color #DFD0D2: hue angle of 352º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD0D2 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB223208210-
CMYK00.070.060.13
HSL352º18.99%84.51%-
HSV(B)352º6.73%87.45%-
XYZ64.6265.4570.2-
YUV212.71126.47135.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 208 (81.64% from 255) = 32.45%
BLUE value IS 210 (82.42% from 255) = 32.76%
R=34.79%
G=32.45%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320821000.070.060.1335218.9984.51
HexDFD0D2076D1601355
Octal3373203220761554023125
Binary11011111110100001101001001111101101101100000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0D2; }

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

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

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

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

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

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

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

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