Html Css Color HEX #D6E1BB Gin

📋 copy color: '#D6E1BB'

red 214 ◦ green 225 ◦ blue 187

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

Shades of Gin #D6E1BB

Tints of Gin #D6E1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.87%

R = 34.19%
G = 35.94%
B = 29.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#D6E1BB (or 0xD6E1BB) is known color: Gin. HEX triplet: D6, E1 and BB. RGB value is (214,225,187). Sum of RGB (Red+Green+Blue) = 214+225+187=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1BB is #291E44. Grayscale: #D9D9D9. Windows color (decimal): -2694725 or 12313046. OLE color: 12313046.

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

Color convert

RGB 214 225 187 -
CMYK 0.05 0 0.17 0.12
HSL 77.37º 0.39% 0.81% -
HSV(B) 77.37º 0.17% 0.88% -
XYZ 63.63 71.73 57.51 -
YUV 217.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 214 225 187 0.05 0 0.17 0.12 77.37 0.39 0.81
Hex D6 E1 BB 5 0 11 C 4D 27 51
Octal 326 341 273 5 0 21 14 115 47 121
Binary 11010110 11100001 10111011 101 0 10001 1100 1001101 100111 1010001

Color Harmonies of #D6E1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E1BB

Black with #D6E1BB

Text Example


Text Example

White with #D6E1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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