Html Css Color HEX #D9E0CE Gin

📋 copy color: '#D9E0CE'

red 217 ◦ green 224 ◦ blue 206

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

Shades of Gin #D9E0CE

Tints of Gin #D9E0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.84%

R = 33.54%
G = 34.62%
B = 31.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#D9E0CE (or 0xD9E0CE) is known color: Gin. HEX triplet: D9, E0 and CE. RGB value is (217,224,206). Sum of RGB (Red+Green+Blue) = 217+224+206=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0CE is #261F31. Grayscale: #DBDBDB. Windows color (decimal): -2498354 or 13557977. OLE color: 13557977.

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

Color convert

RGB 217 224 206 -
CMYK 0.03 0 0.08 0.12
HSL 83.33º 0.23% 0.84% -
HSV(B) 83.33º 0.08% 0.88% -
XYZ 66.41 72.52 68.89 -
YUV 219.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 217 224 206 0.03 0 0.08 0.12 83.33 0.23 0.84
Hex D9 E0 CE 3 0 8 C 53 16 54
Octal 331 340 316 3 0 10 14 123 26 124
Binary 11011001 11100000 11001110 11 0 1000 1100 1010011 10110 1010100

Color Harmonies of #D9E0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E0CE

Black with #D9E0CE

Text Example


Text Example

White with #D9E0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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