Html Css Color HEX #D2E0BA Gin

📋 copy color: '#D2E0BA'

red 210 ◦ green 224 ◦ blue 186

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

Shades of Gin #D2E0BA

Tints of Gin #D2E0BA

RGB

 RED value IS 210 (82.42% from 255) = 33.87%

 GREEN value IS 224 (87.89% from 255) = 36.13%

 BLUE value IS 186 (73.05% from 255) = 30%

R = 33.87%
G = 36.13%
B = 30%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#D2E0BA (or 0xD2E0BA) is known color: Gin. HEX triplet: D2, E0 and BA. RGB value is (210,224,186). Sum of RGB (Red+Green+Blue) = 210+224+186=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E0BA is #2D1F45. Grayscale: #D7D7D7. Windows color (decimal): -2957126 or 12247250. OLE color: 12247250.

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

Color convert

RGB 210 224 186 -
CMYK 0.06 0 0.17 0.12
HSL 82.11º 0.38% 0.8% -
HSV(B) 82.11º 0.17% 0.88% -
XYZ 62.1 70.56 56.8 -
YUV 215.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 210 224 186 0.06 0 0.17 0.12 82.11 0.38 0.8
Hex D2 E0 BA 6 0 11 C 52 26 50
Octal 322 340 272 6 0 21 14 122 46 120
Binary 11010010 11100000 10111010 110 0 10001 1100 1010010 100110 1010000

Color Harmonies of #D2E0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E0BA

Black with #D2E0BA

Text Example


Text Example

White with #D2E0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E0BA; }

 p { color: rgb(210,224,186); }

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

background-color css

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

 a { background-color: rgb(210,224,186); }

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

border-color css

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

 span { border-color: rgb(210,224,186); }

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