#DDEBA4

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

Shades of Reef #DDEBA4

Tints of Reef #DDEBA4

Color information

#DDEBA4 (or 0xDDEBA4) is unknown color: approx Reef. HEX triplet: DD, EB and A4. RGB value is (221,235,164). Sum of RGB (Red+Green+Blue) = 221+235+164=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 164 (64.45% from 255 or 26.45% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEBA4 is #22145B. Grayscale: #DEDEDE. Windows color (decimal): -2233436 or 10808285. OLE color: 10808285.

HSL color Cylindrical-coordinate representation of color #DDEBA4: hue angle of 71.83º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDEBA4 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB221235164-
CMYK0.0600.300.08
HSL71.83º63.96%78.24%-
HSV(B)71.83º30.21%92.16%-
XYZ66.2377.4746.58-
YUV222.7294.86126.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 164 (64.45% from 255) = 26.45%
R=35.65%
G=37.90%
B=26.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212351640.0600.300.0871.8363.9678.24
HexDDEBA4601E848404e
Octal335353244603610110100116
Binary1101110111101011101001001100111101000100100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBA4; }

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

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

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

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

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

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

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

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