#DAECDD

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

Shades of Off Green #DAECDD

Tints of Off Green #DAECDD

Color information

#DAECDD (or 0xDAECDD) is unknown color: approx Off Green. HEX triplet: DA, EC and DD. RGB value is (218,236,221). Sum of RGB (Red+Green+Blue) = 218+236+221=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECDD is #251322. Grayscale: #E4E4E4. Windows color (decimal): -2429731 or 14544090. OLE color: 14544090.

HSL color Cylindrical-coordinate representation of color #DAECDD: hue angle of 130º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAECDD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB218236221-
CMYK0.0800.060.07
HSL130º32.14%89.02%-
HSV(B)130º7.63%92.55%-
XYZ71.9680.1280.08-
YUV228.91123.54120.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.30%
GREEN value IS 236 (92.58% from 255) = 34.96%
BLUE value IS 221 (86.72% from 255) = 32.74%
R=32.30%
G=34.96%
B=32.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182362210.0800.060.0713032.1489.02
HexDAECDD8067822059
Octal3323543351006720240131
Binary11011010111011001101110110000110111100000101000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECDD; }

 p { color: rgb(218,236,221); }

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

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

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

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

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

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

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