#D9CCCF

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

Shades of Prim #D9CCCF

Tints of Prim #D9CCCF

Color information

#D9CCCF (or 0xD9CCCF) is unknown color: approx Prim. HEX triplet: D9, CC and CF. RGB value is (217,204,207). Sum of RGB (Red+Green+Blue) = 217+204+207=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCCF is #263330. Grayscale: #D0D0D0. Windows color (decimal): -2503473 or 13618393. OLE color: 13618393.

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

Color convert

RGB217204207-
CMYK00.060.050.15
HSL346.15º14.61%82.55%-
HSV(B)346.15º5.99%85.1%-
XYZ61.4762.4467.84-
YUV208.23127.31134.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.55%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=34.55%
G=32.48%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720420700.060.050.15346.1514.6182.55
HexD9CCCF065F15af53
Octal3313143170651753217123
Binary1101100111001100110011110110101111110101101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCCF; }

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

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

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

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

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

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

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

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