#D5DBCC

Color #D5DBCC Gin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gin #D5DBCC

Tints of Gin #D5DBCC

Color information

#D5DBCC (or 0xD5DBCC) is unknown color: approx Gin. HEX triplet: D5, DB and CC. RGB value is (213,219,204). Sum of RGB (Red+Green+Blue) = 213+219+204=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBCC is #2A2433. Grayscale: #D7D7D7. Windows color (decimal): -2761780 or 13425621. OLE color: 13425621.

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

Color convert

RGB213219204-
CMYK0.0300.070.14
HSL84º17.24%82.94%-
HSV(B)84º6.85%85.88%-
XYZ63.6769.1767.12-
YUV215.5121.51126.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=33.49%
G=34.43%
B=32.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132192040.0300.070.148417.2482.94
HexD5DBCC307E541153
Octal3253333143071612421123
Binary11010101110110111100110011011111101010100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBCC; }

 p { color: rgb(213,219,204); }

 H1.HeaderClassName
 {
   color: #D5DBCC;
 }
 .AnyTagClassName
 {
   color: #D5DBCC;
 }
</style>
background-color css

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

 a { background-color: rgb(213,219,204); }

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

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

 span { border-color: rgb(213,219,204); }

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