#DAD9CB

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

Shades of Green White #DAD9CB

Tints of Green White #DAD9CB

Color information

#DAD9CB (or 0xDAD9CB) is unknown color: approx Green White. HEX triplet: DA, D9 and CB. RGB value is (218,217,203). Sum of RGB (Red+Green+Blue) = 218+217+203=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9CB is #252634. Grayscale: #D7D7D7. Windows color (decimal): -2434613 or 13359578. OLE color: 13359578.

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

Color convert

RGB218217203-
CMYK00.000.070.15
HSL56º16.85%82.55%-
HSV(B)56º6.88%85.49%-
XYZ64.5168.8466.39-
YUV215.7120.83129.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 203 (79.69% from 255) = 31.82%
R=34.17%
G=34.01%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821720300.000.070.155616.8582.55
HexDAD9CB007F381153
Octal332331313007177021123
Binary110110101101100111001011001111111111000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9CB; }

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

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

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

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

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

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

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

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