Html Css Color HEX #D6E1C6 Gin

📋 copy color: '#D6E1C6'

red 214 ◦ green 225 ◦ blue 198

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

Shades of Gin #D6E1C6

Tints of Gin #D6E1C6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.32%

 BLUE value IS 198 (77.73% from 255) = 31.08%

R = 33.59%
G = 35.32%
B = 31.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#D6E1C6 (or 0xD6E1C6) is known color: Gin. HEX triplet: D6, E1 and C6. RGB value is (214,225,198). Sum of RGB (Red+Green+Blue) = 214+225+198=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1C6 is #291E39. Grayscale: #DADADA. Windows color (decimal): -2694714 or 13033942. OLE color: 13033942.

HSL color Cylindrical-coordinate representation of color #D6E1C6: hue angle of 84.44º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6E1C6 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 198 -
CMYK 0.05 0 0.12 0.12
HSL 84.44º 0.31% 0.83% -
HSV(B) 84.44º 0.12% 0.88% -
XYZ 64.85 72.22 63.95 -
YUV 218.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 214 225 198 0.05 0 0.12 0.12 84.44 0.31 0.83
Hex D6 E1 C6 5 0 C C 54 1F 53
Octal 326 341 306 5 0 14 14 124 37 123
Binary 11010110 11100001 11000110 101 0 1100 1100 1010100 11111 1010011

Color Harmonies of #D6E1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E1C6

Black with #D6E1C6

Text Example


Text Example

White with #D6E1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E1C6; }

 p { color: rgb(214,225,198); }

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

background-color css

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

 a { background-color: rgb(214,225,198); }

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

border-color css

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

 span { border-color: rgb(214,225,198); }

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