Html Css Color HEX #D9C9CC Prim

📋 copy color: '#D9C9CC'

red 217 ◦ green 201 ◦ blue 204

#D9C9CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prim #D9C9CC

Tints of Prim #D9C9CC

RGB

 RED value IS 217 (85.16% from 255) = 34.89%

 GREEN value IS 201 (78.91% from 255) = 32.32%

 BLUE value IS 204 (80.08% from 255) = 32.8%

R = 34.89%
G = 32.32%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9C9CC (or 0xD9C9CC) is known color: Prim. HEX triplet: D9, C9 and CC. RGB value is (217,201,204). Sum of RGB (Red+Green+Blue) = 217+201+204=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9CC is #263633. Grayscale: #CECECE. Windows color (decimal): -2504244 or 13421017. OLE color: 13421017.

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

Color convert

RGB 217 201 204 -
CMYK 0 0.07 0.06 0.15
HSL 348.75º 0.17% 0.82% -
HSV(B) 348.75º 0.07% 0.85% -
XYZ 60.4 60.88 65.7 -
YUV 206.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 217 201 204 0 0.07 0.06 0.15 348.75 0.17 0.82
Hex D9 C9 CC 0 7 6 F 15D 11 52
Octal 331 311 314 0 7 6 17 535 21 122
Binary 11011001 11001001 11001100 0 111 110 1111 101011101 10001 1010010

Color Harmonies of #D9C9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C9CC

Black with #D9C9CC

Text Example


Text Example

White with #D9C9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C9CC; }

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

 H1.HeaderClassName
 {
   color: #D9C9CC;
 }
 .AnyTagClassName
 {
   color: #D9C9CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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