#DDEBA3

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

Shades of Reef #DDEBA3

Tints of Reef #DDEBA3

Color information

#DDEBA3 (or 0xDDEBA3) is unknown color: approx Reef. HEX triplet: DD, EB and A3. RGB value is (221,235,163). Sum of RGB (Red+Green+Blue) = 221+235+163=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 163 (64.06% from 255 or 26.33% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEBA3 is #22145C. Grayscale: #DEDEDE. Windows color (decimal): -2233437 or 10742749. OLE color: 10742749.

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

Color convert

RGB221235163-
CMYK0.0600.310.08
HSL71.67º64.29%78.04%-
HSV(B)71.67º30.64%92.16%-
XYZ66.1477.4346.11-
YUV222.6194.36126.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 163 (64.06% from 255) = 26.33%
R=35.70%
G=37.96%
B=26.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212351630.0600.310.0871.6764.2978.04
HexDDEBA3601F848404e
Octal335353243603710110100116
Binary1101110111101011101000111100111111000100100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBA3; }

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

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

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

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

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

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

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

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