Html Css Color HEX #D8DDCE Gin

📋 copy color: '#D8DDCE'

red 216 ◦ green 221 ◦ blue 206

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

Shades of Gin #D8DDCE

Tints of Gin #D8DDCE

RGB

 RED value IS 216 (84.77% from 255) = 33.59%

 GREEN value IS 221 (86.72% from 255) = 34.37%

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

R = 33.59%
G = 34.37%
B = 32.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#D8DDCE (or 0xD8DDCE) is known color: Gin. HEX triplet: D8, DD and CE. RGB value is (216,221,206). Sum of RGB (Red+Green+Blue) = 216+221+206=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDCE is #272231. Grayscale: #D9D9D9. Windows color (decimal): -2564658 or 13557208. OLE color: 13557208.

HSL color Cylindrical-coordinate representation of color #D8DDCE: hue angle of 80º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8DDCE is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 221 206 -
CMYK 0.02 0 0.07 0.13
HSL 80º 0.18% 0.84% -
HSV(B) 80º 0.07% 0.87% -
XYZ 65.32 70.77 68.61 -
YUV 217.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 216 221 206 0.02 0 0.07 0.13 80 0.18 0.84
Hex D8 DD CE 2 0 7 D 50 12 54
Octal 330 335 316 2 0 7 15 120 22 124
Binary 11011000 11011101 11001110 10 0 111 1101 1010000 10010 1010100

Color Harmonies of #D8DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDCE

Black with #D8DDCE

Text Example


Text Example

White with #D8DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDCE; }

 p { color: rgb(216,221,206); }

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

background-color css

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

 a { background-color: rgb(216,221,206); }

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

border-color css

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

 span { border-color: rgb(216,221,206); }

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