#DAD9CC

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

Shades of Green White #DAD9CC

Tints of Green White #DAD9CC

Color information

#DAD9CC (or 0xDAD9CC) is unknown color: approx Green White. HEX triplet: DA, D9 and CC. RGB value is (218,217,204). Sum of RGB (Red+Green+Blue) = 218+217+204=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9CC is #252633. Grayscale: #D7D7D7. Windows color (decimal): -2434612 or 13425114. OLE color: 13425114.

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

Color convert

RGB218217204-
CMYK00.000.060.15
HSL55.71º15.91%82.75%-
HSV(B)55.71º6.42%85.49%-
XYZ64.6368.8967.02-
YUV215.82121.33129.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 217 (85.16% from 255) = 33.96%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=34.12%
G=33.96%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821720400.000.060.1555.7115.9182.75
HexDAD9CC006F381053
Octal332331314006177020123
Binary110110101101100111001100001101111111000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9CC; }

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

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

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

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

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

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

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

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