#DDEEAC

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

Shades of Reef #DDEEAC

Tints of Reef #DDEEAC

Color information

#DDEEAC (or 0xDDEEAC) is unknown color: approx Reef. HEX triplet: DD, EE and AC. RGB value is (221,238,172). Sum of RGB (Red+Green+Blue) = 221+238+172=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEAC is #221153. Grayscale: #E1E1E1. Windows color (decimal): -2232660 or 11333341. OLE color: 11333341.

HSL color Cylindrical-coordinate representation of color #DDEEAC: hue angle of 75.45º 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 #DDEEAC is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB221238172-
CMYK0.0700.280.07
HSL75.45º66%80.39%-
HSV(B)75.45º27.73%93.33%-
XYZ67.8479.550.8-
YUV225.3997.87124.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 172 (67.58% from 255) = 27.26%
R=35.02%
G=37.72%
B=27.26%

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
Decimal2212381720.0700.280.0775.456680.39
HexDDEEAC701C74b4250
Octal33535625470347113102120
Binary110111011110111010101100111011100111100101110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEAC; }

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

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

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

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

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

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

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

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