#DADAC9

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

Shades of Green White #DADAC9

Tints of Green White #DADAC9

Color information

#DADAC9 (or 0xDADAC9) is unknown color: approx Green White. HEX triplet: DA, DA and C9. RGB value is (218,218,201). Sum of RGB (Red+Green+Blue) = 218+218+201=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAC9 is #252536. Grayscale: #D8D8D8. Windows color (decimal): -2434359 or 13228762. OLE color: 13228762.

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

Color convert

RGB218218201-
CMYK000.080.15
HSL60º18.68%82.16%-
HSV(B)60º7.8%85.49%-
XYZ64.5369.2765.23-
YUV216.06119.5129.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 201 (78.91% from 255) = 31.55%
R=34.22%
G=34.22%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218201000.080.156018.6882.16
HexDADAC9008F3c1352
Octal3323323110010177423122
Binary1101101011011010110010010010001111111100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAC9; }

 p { color: rgb(218,218,201); }

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

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

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

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

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

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

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