Html Css Color HEX #D9C7CC Prim

📋 copy color: '#D9C7CC'

red 217 ◦ green 199 ◦ blue 204

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

Shades of Prim #D9C7CC

Tints of Prim #D9C7CC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.1%

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

R = 35%
G = 32.1%
B = 32.9%

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

#D9C7CC (or 0xD9C7CC) is known color: Prim. HEX triplet: D9, C7 and CC. RGB value is (217,199,204). Sum of RGB (Red+Green+Blue) = 217+199+204=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7CC is #263833. Grayscale: #CCCCCC. Windows color (decimal): -2504756 or 13420505. OLE color: 13420505.

HSL color Cylindrical-coordinate representation of color #D9C7CC: hue angle of 343.33º degrees, saturation: 0.19, 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 #D9C7CC is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 199 204 -
CMYK 0 0.08 0.06 0.15
HSL 343.33º 0.19% 0.82% -
HSV(B) 343.33º 0.08% 0.85% -
XYZ 59.94 59.96 65.54 -
YUV 204.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 217 199 204 0 0.08 0.06 0.15 343.33 0.19 0.82
Hex D9 C7 CC 0 8 6 F 157 13 52
Octal 331 307 314 0 10 6 17 527 23 122
Binary 11011001 11000111 11001100 0 1000 110 1111 101010111 10011 1010010

Color Harmonies of #D9C7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C7CC

Black with #D9C7CC

Text Example


Text Example

White with #D9C7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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