#DDFEB0

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

Shades of Reef #DDFEB0

Tints of Reef #DDFEB0

Color information

#DDFEB0 (or 0xDDFEB0) is unknown color: approx Reef. HEX triplet: DD, FE and B0. RGB value is (221,254,176). Sum of RGB (Red+Green+Blue) = 221+254+176=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 176 (69.14% from 255 or 27.04% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEB0 is #22014F. Grayscale: #EBEBEB. Windows color (decimal): -2228560 or 11599581. OLE color: 11599581.

HSL color Cylindrical-coordinate representation of color #DDFEB0: hue angle of 85.38º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDFEB0 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB221254176-
CMYK0.1300.310.00
HSL85.38º97.5%84.31%-
HSV(B)85.38º30.71%99.61%-
XYZ73.189.3954.48-
YUV235.2494.57117.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 176 (69.14% from 255) = 27.04%
R=33.95%
G=39.02%
B=27.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212541760.1300.310.0085.3897.584.31
HexDDFEB0D01F0556254
Octal335376260150370125142124
Binary11011101111111101011000011010111110101010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEB0; }

 p { color: rgb(221,254,176); }

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

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

 a { background-color: rgb(221,254,176); }

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

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

 span { border-color: rgb(221,254,176); }

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