Html Css Color HEX #D1DEBA Gin

📋 copy color: '#D1DEBA'

red 209 ◦ green 222 ◦ blue 186

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

Shades of Gin #D1DEBA

Tints of Gin #D1DEBA

RGB

 RED value IS 209 (82.03% from 255) = 33.87%

 GREEN value IS 222 (87.11% from 255) = 35.98%

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

R = 33.87%
G = 35.98%
B = 30.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#D1DEBA (or 0xD1DEBA) is known color: Gin. HEX triplet: D1, DE and BA. RGB value is (209,222,186). Sum of RGB (Red+Green+Blue) = 209+222+186=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DEBA is #2E2145. Grayscale: #D6D6D6. Windows color (decimal): -3023174 or 12246737. OLE color: 12246737.

HSL color Cylindrical-coordinate representation of color #D1DEBA: hue angle of 81.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1DEBA is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 222 186 -
CMYK 0.06 0 0.16 0.13
HSL 81.67º 0.35% 0.8% -
HSV(B) 81.67º 0.16% 0.87% -
XYZ 61.28 69.34 56.61 -
YUV 214.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 209 222 186 0.06 0 0.16 0.13 81.67 0.35 0.8
Hex D1 DE BA 6 0 10 D 52 23 50
Octal 321 336 272 6 0 20 15 122 43 120
Binary 11010001 11011110 10111010 110 0 10000 1101 1010010 100011 1010000

Color Harmonies of #D1DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DEBA

Black with #D1DEBA

Text Example


Text Example

White with #D1DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DEBA; }

 p { color: rgb(209,222,186); }

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

background-color css

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

 a { background-color: rgb(209,222,186); }

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

border-color css

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

 span { border-color: rgb(209,222,186); }

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