Html Css Color HEX #D5DDC7 Gin

📋 copy color: '#D5DDC7'

red 213 ◦ green 221 ◦ blue 199

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

Shades of Gin #D5DDC7

Tints of Gin #D5DDC7

RGB

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

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

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

R = 33.65%
G = 34.91%
B = 31.44%

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

#D5DDC7 (or 0xD5DDC7) is known color: Gin. HEX triplet: D5, DD and C7. RGB value is (213,221,199). Sum of RGB (Red+Green+Blue) = 213+221+199=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 199 (78.12% from 255 or 31.44% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDC7 is #2A2238. Grayscale: #D8D8D8. Windows color (decimal): -2761273 or 13098453. OLE color: 13098453.

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

Color convert

RGB 213 221 199 -
CMYK 0.04 0 0.10 0.13
HSL 81.82º 0.24% 0.82% -
HSV(B) 81.82º 0.1% 0.87% -
XYZ 63.61 69.98 64.19 -
YUV 216.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 213 221 199 0.04 0 0.10 0.13 81.82 0.24 0.82
Hex D5 DD C7 4 0 A D 52 18 52
Octal 325 335 307 4 0 12 15 122 30 122
Binary 11010101 11011101 11000111 100 0 1010 1101 1010010 11000 1010010

Color Harmonies of #D5DDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDC7

Black with #D5DDC7

Text Example


Text Example

White with #D5DDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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