Html Css Color HEX #D5DEBB Gin

📋 copy color: '#D5DEBB'

red 213 ◦ green 222 ◦ blue 187

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

Shades of Gin #D5DEBB

Tints of Gin #D5DEBB

RGB

 RED value IS 213 (83.59% from 255) = 34.24%

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

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

R = 34.24%
G = 35.69%
B = 30.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#D5DEBB (or 0xD5DEBB) is known color: Gin. HEX triplet: D5, DE and BB. RGB value is (213,222,187). Sum of RGB (Red+Green+Blue) = 213+222+187=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEBB is #2A2144. Grayscale: #D7D7D7. Windows color (decimal): -2761029 or 12312277. OLE color: 12312277.

HSL color Cylindrical-coordinate representation of color #D5DEBB: hue angle of 75.43º 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 #D5DEBB is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 222 187 -
CMYK 0.04 0 0.16 0.13
HSL 75.43º 0.35% 0.8% -
HSV(B) 75.43º 0.16% 0.87% -
XYZ 62.53 69.98 57.22 -
YUV 215.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 213 222 187 0.04 0 0.16 0.13 75.43 0.35 0.8
Hex D5 DE BB 4 0 10 D 4B 23 50
Octal 325 336 273 4 0 20 15 113 43 120
Binary 11010101 11011110 10111011 100 0 10000 1101 1001011 100011 1010000

Color Harmonies of #D5DEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DEBB

Black with #D5DEBB

Text Example


Text Example

White with #D5DEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DEBB; }

 p { color: rgb(213,222,187); }

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

background-color css

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

 a { background-color: rgb(213,222,187); }

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

border-color css

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

 span { border-color: rgb(213,222,187); }

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