Html Css Color HEX #D9C8CC Prim

📋 copy color: '#D9C8CC'

red 217 ◦ green 200 ◦ blue 204

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

Shades of Prim #D9C8CC

Tints of Prim #D9C8CC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.21%

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

R = 34.94%
G = 32.21%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9C8CC (or 0xD9C8CC) is known color: Prim. HEX triplet: D9, C8 and CC. RGB value is (217,200,204). Sum of RGB (Red+Green+Blue) = 217+200+204=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8CC is #263733. Grayscale: #CDCDCD. Windows color (decimal): -2504500 or 13420761. OLE color: 13420761.

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

Color convert

RGB 217 200 204 -
CMYK 0 0.08 0.06 0.15
HSL 345.88º 0.18% 0.82% -
HSV(B) 345.88º 0.08% 0.85% -
XYZ 60.17 60.42 65.62 -
YUV 205.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 217 200 204 0 0.08 0.06 0.15 345.88 0.18 0.82
Hex D9 C8 CC 0 8 6 F 15A 12 52
Octal 331 310 314 0 10 6 17 532 22 122
Binary 11011001 11001000 11001100 0 1000 110 1111 101011010 10010 1010010

Color Harmonies of #D9C8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C8CC

Black with #D9C8CC

Text Example


Text Example

White with #D9C8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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