Html Css Color HEX #D8DDCC Gin

📋 copy color: '#D8DDCC'

red 216 ◦ green 221 ◦ blue 204

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

Shades of Gin #D8DDCC

Tints of Gin #D8DDCC

RGB

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

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

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

R = 33.7%
G = 34.48%
B = 31.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#D8DDCC (or 0xD8DDCC) is known color: Gin. HEX triplet: D8, DD and CC. RGB value is (216,221,204). Sum of RGB (Red+Green+Blue) = 216+221+204=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDCC is #272233. Grayscale: #D9D9D9. Windows color (decimal): -2564660 or 13426136. OLE color: 13426136.

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

Color convert

RGB 216 221 204 -
CMYK 0.02 0 0.08 0.13
HSL 77.65º 0.2% 0.83% -
HSV(B) 77.65º 0.08% 0.87% -
XYZ 65.07 70.67 67.34 -
YUV 217.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 216 221 204 0.02 0 0.08 0.13 77.65 0.2 0.83
Hex D8 DD CC 2 0 8 D 4E 14 53
Octal 330 335 314 2 0 10 15 116 24 123
Binary 11011000 11011101 11001100 10 0 1000 1101 1001110 10100 1010011

Color Harmonies of #D8DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDCC

Black with #D8DDCC

Text Example


Text Example

White with #D8DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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