#DDEFAE

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

Shades of Reef #DDEFAE

Tints of Reef #DDEFAE

Color information

#DDEFAE (or 0xDDEFAE) is unknown color: approx Reef. HEX triplet: DD, EF and AE. RGB value is (221,239,174). Sum of RGB (Red+Green+Blue) = 221+239+174=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEFAE is #221051. Grayscale: #E2E2E2. Windows color (decimal): -2232402 or 11464669. OLE color: 11464669.

HSL color Cylindrical-coordinate representation of color #DDEFAE: hue angle of 76.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDEFAE is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB221239174-
CMYK0.0800.270.06
HSL76.62º67.01%80.98%-
HSV(B)76.62º27.2%93.73%-
XYZ68.3380.1651.92-
YUV226.2198.54124.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 174 (68.36% from 255) = 27.44%
R=34.86%
G=37.70%
B=27.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212391740.0800.270.0676.6267.0180.98
HexDDEFAE801B64d4351
Octal335357256100336115103121
Binary1101110111101111101011101000011011110100110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFAE; }

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

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

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

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

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

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

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

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