#DADFCB

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

Shades of Gin #DADFCB

Tints of Gin #DADFCB

Color information

#DADFCB (or 0xDADFCB) is unknown color: approx Gin. HEX triplet: DA, DF and CB. RGB value is (218,223,203). Sum of RGB (Red+Green+Blue) = 218+223+203=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFCB is #252034. Grayscale: #DBDBDB. Windows color (decimal): -2433077 or 13361114. OLE color: 13361114.

HSL color Cylindrical-coordinate representation of color #DADFCB: hue angle of 75º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DADFCB is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB218223203-
CMYK0.0200.090.13
HSL75º23.81%83.53%-
HSV(B)75º8.97%87.45%-
XYZ66.0871.9966.91-
YUV219.22118.84127.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 203 (79.69% from 255) = 31.52%
R=33.85%
G=34.63%
B=31.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182232030.0200.090.137523.8183.53
HexDADFCB209D4b1854
Octal33233731320111511330124
Binary110110101101111111001011100100111011001011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFCB; }

 p { color: rgb(218,223,203); }

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

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

 a { background-color: rgb(218,223,203); }

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

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

 span { border-color: rgb(218,223,203); }

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