#DDEEAB

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

Shades of Reef #DDEEAB

Tints of Reef #DDEEAB

Color information

#DDEEAB (or 0xDDEEAB) is unknown color: approx Reef. HEX triplet: DD, EE and AB. RGB value is (221,238,171). Sum of RGB (Red+Green+Blue) = 221+238+171=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEAB is #221154. Grayscale: #E1E1E1. Windows color (decimal): -2232661 or 11267805. OLE color: 11267805.

HSL color Cylindrical-coordinate representation of color #DDEEAB: hue angle of 75.22º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDEEAB is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB221238171-
CMYK0.0700.280.07
HSL75.22º66.34%80.2%-
HSV(B)75.22º28.15%93.33%-
XYZ67.7479.4650.3-
YUV225.2897.37124.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.08%
GREEN value IS 238 (93.36% from 255) = 37.78%
BLUE value IS 171 (67.19% from 255) = 27.14%
R=35.08%
G=37.78%
B=27.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212381710.0700.280.0775.2266.3480.2
HexDDEEAB701C74b4250
Octal33535625370347113102120
Binary110111011110111010101011111011100111100101110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEAB; }

 p { color: rgb(221,238,171); }

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

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

 a { background-color: rgb(221,238,171); }

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

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

 span { border-color: rgb(221,238,171); }

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