#DADAC7

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

Shades of Green White #DADAC7

Tints of Green White #DADAC7

Color information

#DADAC7 (or 0xDADAC7) is unknown color: approx Green White. HEX triplet: DA, DA and C7. RGB value is (218,218,199). Sum of RGB (Red+Green+Blue) = 218+218+199=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAC7 is #252538. Grayscale: #D7D7D7. Windows color (decimal): -2434361 or 13097690. OLE color: 13097690.

HSL color Cylindrical-coordinate representation of color #DADAC7: 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.09%. Process color model (Four color, CMYK) of #DADAC7 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB218218199-
CMYK000.090.15
HSL60º20.43%81.76%-
HSV(B)60º8.72%85.49%-
XYZ64.2969.1764-
YUV215.83118.5129.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 199 (78.12% from 255) = 31.34%
R=34.33%
G=34.33%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218199000.090.156020.4381.76
HexDADAC7009F3c1452
Octal3323323070011177424122
Binary1101101011011010110001110010011111111100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAC7; }

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

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

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

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

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

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

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

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