Html Css Color HEX #D5DDBF Gin

📋 copy color: '#D5DDBF'

red 213 ◦ green 221 ◦ blue 191

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

Shades of Gin #D5DDBF

Tints of Gin #D5DDBF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.36%

 BLUE value IS 191 (75% from 255) = 30.56%

R = 34.08%
G = 35.36%
B = 30.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#D5DDBF (or 0xD5DDBF) is known color: Gin. HEX triplet: D5, DD and BF. RGB value is (213,221,191). Sum of RGB (Red+Green+Blue) = 213+221+191=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDBF is #2A2240. Grayscale: #D7D7D7. Windows color (decimal): -2761281 or 12574165. OLE color: 12574165.

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

Color convert

RGB 213 221 191 -
CMYK 0.04 0 0.14 0.13
HSL 76º 0.31% 0.81% -
HSV(B) 76º 0.14% 0.87% -
XYZ 62.7 69.62 59.42 -
YUV 215.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 213 221 191 0.04 0 0.14 0.13 76 0.31 0.81
Hex D5 DD BF 4 0 E D 4C 1F 51
Octal 325 335 277 4 0 16 15 114 37 121
Binary 11010101 11011101 10111111 100 0 1110 1101 1001100 11111 1010001

Color Harmonies of #D5DDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDBF

Black with #D5DDBF

Text Example


Text Example

White with #D5DDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DDBF; }

 p { color: rgb(213,221,191); }

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

background-color css

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

 a { background-color: rgb(213,221,191); }

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

border-color css

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

 span { border-color: rgb(213,221,191); }

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