Html Css Color HEX #D6DCCA Gin

📋 copy color: '#D6DCCA'

red 214 ◦ green 220 ◦ blue 202

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

Shades of Gin #D6DCCA

Tints of Gin #D6DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.76%

R = 33.65%
G = 34.59%
B = 31.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#D6DCCA (or 0xD6DCCA) is known color: Gin. HEX triplet: D6, DC and CA. RGB value is (214,220,202). Sum of RGB (Red+Green+Blue) = 214+220+202=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCCA is #292335. Grayscale: #D8D8D8. Windows color (decimal): -2695990 or 13294806. OLE color: 13294806.

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

Color convert

RGB 214 220 202 -
CMYK 0.03 0 0.08 0.14
HSL 80º 0.2% 0.83% -
HSV(B) 80º 0.08% 0.86% -
XYZ 63.99 69.75 65.97 -
YUV 216.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 214 220 202 0.03 0 0.08 0.14 80 0.2 0.83
Hex D6 DC CA 3 0 8 E 50 14 53
Octal 326 334 312 3 0 10 16 120 24 123
Binary 11010110 11011100 11001010 11 0 1000 1110 1010000 10100 1010011

Color Harmonies of #D6DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCCA

Black with #D6DCCA

Text Example


Text Example

White with #D6DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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