Html Css Color HEX #D5DEBD Gin

📋 copy color: '#D5DEBD'

red 213 ◦ green 222 ◦ blue 189

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

Shades of Gin #D5DEBD

Tints of Gin #D5DEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.29%

R = 34.13%
G = 35.58%
B = 30.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#D5DEBD (or 0xD5DEBD) is known color: Gin. HEX triplet: D5, DE and BD. RGB value is (213,222,189). Sum of RGB (Red+Green+Blue) = 213+222+189=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEBD is #2A2142. Grayscale: #D7D7D7. Windows color (decimal): -2761027 or 12443349. OLE color: 12443349.

HSL color Cylindrical-coordinate representation of color #D5DEBD: hue angle of 76.36º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5DEBD is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 222 189 -
CMYK 0.04 0 0.15 0.13
HSL 76.36º 0.33% 0.81% -
HSV(B) 76.36º 0.15% 0.87% -
XYZ 62.75 70.06 58.36 -
YUV 215.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 213 222 189 0.04 0 0.15 0.13 76.36 0.33 0.81
Hex D5 DE BD 4 0 F D 4C 21 51
Octal 325 336 275 4 0 17 15 114 41 121
Binary 11010101 11011110 10111101 100 0 1111 1101 1001100 100001 1010001

Color Harmonies of #D5DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DEBD

Black with #D5DEBD

Text Example


Text Example

White with #D5DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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