Html Css Color HEX #D6DDCC Gin

📋 copy color: '#D6DDCC'

red 214 ◦ green 221 ◦ blue 204

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

Shades of Gin #D6DDCC

Tints of Gin #D6DDCC

RGB

 RED value IS 214 (83.98% from 255) = 33.49%

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

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

R = 33.49%
G = 34.59%
B = 31.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#D6DDCC (or 0xD6DDCC) is known color: Gin. HEX triplet: D6, DD and CC. RGB value is (214,221,204). Sum of RGB (Red+Green+Blue) = 214+221+204=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDCC is #292233. Grayscale: #D9D9D9. Windows color (decimal): -2695732 or 13426134. OLE color: 13426134.

HSL color Cylindrical-coordinate representation of color #D6DDCC: hue angle of 84.71º 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 #D6DDCC is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 221 204 -
CMYK 0.03 0 0.08 0.13
HSL 84.71º 0.2% 0.83% -
HSV(B) 84.71º 0.08% 0.87% -
XYZ 64.49 70.37 67.31 -
YUV 216.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 214 221 204 0.03 0 0.08 0.13 84.71 0.2 0.83
Hex D6 DD CC 3 0 8 D 55 14 53
Octal 326 335 314 3 0 10 15 125 24 123
Binary 11010110 11011101 11001100 11 0 1000 1101 1010101 10100 1010011

Color Harmonies of #D6DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDCC

Black with #D6DDCC

Text Example


Text Example

White with #D6DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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