Html Css Color HEX #D6DCCC Gin

📋 copy color: '#D6DCCC'

red 214 ◦ green 220 ◦ blue 204

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

Shades of Gin #D6DCCC

Tints of Gin #D6DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.48%

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

R = 33.54%
G = 34.48%
B = 31.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#D6DCCC (or 0xD6DCCC) is known color: Gin. HEX triplet: D6, DC and CC. RGB value is (214,220,204). Sum of RGB (Red+Green+Blue) = 214+220+204=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCCC is #292333. Grayscale: #D8D8D8. Windows color (decimal): -2695988 or 13425878. OLE color: 13425878.

HSL color Cylindrical-coordinate representation of color #D6DCCC: hue angle of 82.5º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6DCCC is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 204 -
CMYK 0.03 0 0.07 0.14
HSL 82.5º 0.19% 0.83% -
HSV(B) 82.5º 0.07% 0.86% -
XYZ 64.22 69.84 67.22 -
YUV 216.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 214 220 204 0.03 0 0.07 0.14 82.5 0.19 0.83
Hex D6 DC CC 3 0 7 E 52 13 53
Octal 326 334 314 3 0 7 16 122 23 123
Binary 11010110 11011100 11001100 11 0 111 1110 1010010 10011 1010011

Color Harmonies of #D6DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCCC

Black with #D6DCCC

Text Example


Text Example

White with #D6DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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