Html Css Color HEX #D5DEC7 Gin

📋 copy color: '#D5DEC7'

red 213 ◦ green 222 ◦ blue 199

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

Shades of Gin #D5DEC7

Tints of Gin #D5DEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.39%

R = 33.6%
G = 35.02%
B = 31.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#D5DEC7 (or 0xD5DEC7) is known color: Gin. HEX triplet: D5, DE and C7. RGB value is (213,222,199). Sum of RGB (Red+Green+Blue) = 213+222+199=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEC7 is #2A2138. Grayscale: #D8D8D8. Windows color (decimal): -2761017 or 13098709. OLE color: 13098709.

HSL color Cylindrical-coordinate representation of color #D5DEC7: hue angle of 83.48º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5DEC7 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 222 199 -
CMYK 0.04 0 0.10 0.13
HSL 83.48º 0.26% 0.83% -
HSV(B) 83.48º 0.1% 0.87% -
XYZ 63.87 70.51 64.28 -
YUV 216.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 213 222 199 0.04 0 0.10 0.13 83.48 0.26 0.83
Hex D5 DE C7 4 0 A D 53 1A 53
Octal 325 336 307 4 0 12 15 123 32 123
Binary 11010101 11011110 11000111 100 0 1010 1101 1010011 11010 1010011

Color Harmonies of #D5DEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DEC7

Black with #D5DEC7

Text Example


Text Example

White with #D5DEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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