#DAD9CA

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

Shades of Green White #DAD9CA

Tints of Green White #DAD9CA

Color information

#DAD9CA (or 0xDAD9CA) is unknown color: approx Green White. HEX triplet: DA, D9 and CA. RGB value is (218,217,202). Sum of RGB (Red+Green+Blue) = 218+217+202=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9CA is #252635. Grayscale: #D7D7D7. Windows color (decimal): -2434614 or 13294042. OLE color: 13294042.

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

Color convert

RGB218217202-
CMYK00.000.070.15
HSL56.25º17.78%82.35%-
HSV(B)56.25º7.34%85.49%-
XYZ64.3968.865.76-
YUV215.59120.33129.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=34.22%
G=34.07%
B=31.71%

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
Decimal21821720200.000.070.1556.2517.7882.35
HexDAD9CA007F381252
Octal332331312007177022122
Binary110110101101100111001010001111111111000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9CA; }

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

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

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

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

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

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

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

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