#DADAC8

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

Shades of Green White #DADAC8

Tints of Green White #DADAC8

Color information

#DADAC8 (or 0xDADAC8) is unknown color: approx Green White. HEX triplet: DA, DA and C8. RGB value is (218,218,200). Sum of RGB (Red+Green+Blue) = 218+218+200=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAC8 is #252537. Grayscale: #D8D8D8. Windows color (decimal): -2434360 or 13163226. OLE color: 13163226.

HSL color Cylindrical-coordinate representation of color #DADAC8: hue angle of 60º degrees, saturation: 0.2, 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 #DADAC8 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB218218200-
CMYK000.080.15
HSL60º19.57%81.96%-
HSV(B)60º8.26%85.49%-
XYZ64.4169.2264.61-
YUV215.95119129.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 200 (78.52% from 255) = 31.45%
R=34.28%
G=34.28%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218200000.080.156019.5781.96
HexDADAC8008F3c1452
Octal3323323100010177424122
Binary1101101011011010110010000010001111111100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAC8; }

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

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

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

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

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

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

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

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