#D9CECF

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

Shades of Pale Rose #D9CECF

Tints of Pale Rose #D9CECF

Color information

#D9CECF (or 0xD9CECF) is unknown color: approx Pale Rose. HEX triplet: D9, CE and CF. RGB value is (217,206,207). Sum of RGB (Red+Green+Blue) = 217+206+207=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CECF is #263130. Grayscale: #D1D1D1. Windows color (decimal): -2502961 or 13618905. OLE color: 13618905.

HSL color Cylindrical-coordinate representation of color #D9CECF: hue angle of 354.55º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9CECF is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217206207-
CMYK00.050.050.15
HSL354.55º12.64%82.94%-
HSV(B)354.55º5.07%85.1%-
XYZ61.9563.468-
YUV209.4126.64133.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.44%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=34.44%
G=32.70%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720620700.050.050.15354.5512.6482.94
HexD9CECF055F163d53
Octal3313163170551754315123
Binary1101100111001110110011110101101111110110001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CECF; }

 p { color: rgb(217,206,207); }

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

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

 a { background-color: rgb(217,206,207); }

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

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

 span { border-color: rgb(217,206,207); }

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