Html Css Color HEX #D9E0CC Gin

📋 copy color: '#D9E0CC'

red 217 ◦ green 224 ◦ blue 204

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

Shades of Gin #D9E0CC

Tints of Gin #D9E0CC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.73%

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

R = 33.64%
G = 34.73%
B = 31.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#D9E0CC (or 0xD9E0CC) is known color: Gin. HEX triplet: D9, E0 and CC. RGB value is (217,224,204). Sum of RGB (Red+Green+Blue) = 217+224+204=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0CC is #261F33. Grayscale: #DBDBDB. Windows color (decimal): -2498356 or 13426905. OLE color: 13426905.

HSL color Cylindrical-coordinate representation of color #D9E0CC: hue angle of 81º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9E0CC is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 224 204 -
CMYK 0.03 0 0.09 0.12
HSL 81º 0.24% 0.84% -
HSV(B) 81º 0.09% 0.88% -
XYZ 66.17 72.42 67.62 -
YUV 219.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 217 224 204 0.03 0 0.09 0.12 81 0.24 0.84
Hex D9 E0 CC 3 0 9 C 51 18 54
Octal 331 340 314 3 0 11 14 121 30 124
Binary 11011001 11100000 11001100 11 0 1001 1100 1010001 11000 1010100

Color Harmonies of #D9E0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E0CC

Black with #D9E0CC

Text Example


Text Example

White with #D9E0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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