Html Css Color HEX #D5DCC0 Gin

📋 copy color: '#D5DCC0'

red 213 ◦ green 220 ◦ blue 192

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

Shades of Gin #D5DCC0

Tints of Gin #D5DCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.2%

 BLUE value IS 192 (75.39% from 255) = 30.72%

R = 34.08%
G = 35.2%
B = 30.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#D5DCC0 (or 0xD5DCC0) is known color: Gin. HEX triplet: D5, DC and C0. RGB value is (213,220,192). Sum of RGB (Red+Green+Blue) = 213+220+192=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCC0 is #2A233F. Grayscale: #D6D6D6. Windows color (decimal): -2761536 or 12639445. OLE color: 12639445.

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

Color convert

RGB 213 220 192 -
CMYK 0.03 0 0.13 0.14
HSL 75º 0.29% 0.81% -
HSV(B) 75º 0.13% 0.86% -
XYZ 62.55 69.14 59.92 -
YUV 214.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 213 220 192 0.03 0 0.13 0.14 75 0.29 0.81
Hex D5 DC C0 3 0 D E 4B 1D 51
Octal 325 334 300 3 0 15 16 113 35 121
Binary 11010101 11011100 11000000 11 0 1101 1110 1001011 11101 1010001

Color Harmonies of #D5DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCC0

Black with #D5DCC0

Text Example


Text Example

White with #D5DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCC0; }

 p { color: rgb(213,220,192); }

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

background-color css

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

 a { background-color: rgb(213,220,192); }

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

border-color css

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

 span { border-color: rgb(213,220,192); }

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