#DDEEAE

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

Shades of Reef #DDEEAE

Tints of Reef #DDEEAE

Color information

#DDEEAE (or 0xDDEEAE) is unknown color: approx Reef. HEX triplet: DD, EE and AE. RGB value is (221,238,174). Sum of RGB (Red+Green+Blue) = 221+238+174=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEAE is #221151. Grayscale: #E1E1E1. Windows color (decimal): -2232658 or 11464413. OLE color: 11464413.

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

Color convert

RGB221238174-
CMYK0.0700.270.07
HSL75.94º65.31%80.78%-
HSV(B)75.94º26.89%93.33%-
XYZ68.0379.5851.82-
YUV225.6298.87124.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 238 (93.36% from 255) = 37.60%
BLUE value IS 174 (68.36% from 255) = 27.49%
R=34.91%
G=37.60%
B=27.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212381740.0700.270.0775.9465.3180.78
HexDDEEAE701B74c4151
Octal33535625670337114101121
Binary110111011110111010101110111011011111100110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEAE; }

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

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

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

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

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

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

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

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