Html Css Color HEX #D5D9CD Gin

📋 copy color: '#D5D9CD'

red 213 ◦ green 217 ◦ blue 205

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

Shades of Gin #D5D9CD

Tints of Gin #D5D9CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.28%

R = 33.54%
G = 34.17%
B = 32.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D5D9CD (or 0xD5D9CD) is known color: Gin. HEX triplet: D5, D9 and CD. RGB value is (213,217,205). Sum of RGB (Red+Green+Blue) = 213+217+205=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D9CD is #2A2632. Grayscale: #D6D6D6. Windows color (decimal): -2762291 or 13490645. OLE color: 13490645.

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

Color convert

RGB 213 217 205 -
CMYK 0.02 0 0.06 0.15
HSL 80º 0.14% 0.83% -
HSV(B) 80º 0.06% 0.85% -
XYZ 63.27 68.18 67.58 -
YUV 214.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 213 217 205 0.02 0 0.06 0.15 80 0.14 0.83
Hex D5 D9 CD 2 0 6 F 50 E 53
Octal 325 331 315 2 0 6 17 120 16 123
Binary 11010101 11011001 11001101 10 0 110 1111 1010000 1110 1010011

Color Harmonies of #D5D9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D9CD

Black with #D5D9CD

Text Example


Text Example

White with #D5D9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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