#DDEEA4

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

Shades of Reef #DDEEA4

Tints of Reef #DDEEA4

Color information

#DDEEA4 (or 0xDDEEA4) is unknown color: approx Reef. HEX triplet: DD, EE and A4. RGB value is (221,238,164). Sum of RGB (Red+Green+Blue) = 221+238+164=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 164 (64.45% from 255 or 26.32% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEA4 is #22115B. Grayscale: #E0E0E0. Windows color (decimal): -2232668 or 10809053. OLE color: 10809053.

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

Color convert

RGB221238164-
CMYK0.0700.310.07
HSL73.78º68.52%78.82%-
HSV(B)73.78º31.09%93.33%-
XYZ67.0979.246.87-
YUV224.4893.87125.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 238 (93.36% from 255) = 38.20%
BLUE value IS 164 (64.45% from 255) = 26.32%
R=35.47%
G=38.20%
B=26.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212381640.0700.310.0773.7868.5278.82
HexDDEEA4701F74a454f
Octal33535624470377112105117
Binary110111011110111010100100111011111111100101010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEA4; }

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

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

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

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

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

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

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

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