Html Css Color HEX #D5D9CE Gin

📋 copy color: '#D5D9CE'

red 213 ◦ green 217 ◦ blue 206

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

Shades of Gin #D5D9CE

Tints of Gin #D5D9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.12%

 BLUE value IS 206 (80.86% from 255) = 32.39%

R = 33.49%
G = 34.12%
B = 32.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D5D9CE (or 0xD5D9CE) is known color: Gin. HEX triplet: D5, D9 and CE. RGB value is (213,217,206). Sum of RGB (Red+Green+Blue) = 213+217+206=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D9CE is #2A2631. Grayscale: #D6D6D6. Windows color (decimal): -2762290 or 13556181. OLE color: 13556181.

HSL color Cylindrical-coordinate representation of color #D5D9CE: hue angle of 81.82º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5D9CE is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 217 206 -
CMYK 0.02 0 0.05 0.15
HSL 81.82º 0.13% 0.83% -
HSV(B) 81.82º 0.05% 0.85% -
XYZ 63.39 68.23 68.22 -
YUV 214.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 213 217 206 0.02 0 0.05 0.15 81.82 0.13 0.83
Hex D5 D9 CE 2 0 5 F 52 D 53
Octal 325 331 316 2 0 5 17 122 15 123
Binary 11010101 11011001 11001110 10 0 101 1111 1010010 1101 1010011

Color Harmonies of #D5D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D9CE

Black with #D5D9CE

Text Example


Text Example

White with #D5D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D9CE; }

 p { color: rgb(213,217,206); }

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

background-color css

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

 a { background-color: rgb(213,217,206); }

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

border-color css

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

 span { border-color: rgb(213,217,206); }

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