#DDFBB0

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

Shades of Reef #DDFBB0

Tints of Reef #DDFBB0

Color information

#DDFBB0 (or 0xDDFBB0) is unknown color: approx Reef. HEX triplet: DD, FB and B0. RGB value is (221,251,176). Sum of RGB (Red+Green+Blue) = 221+251+176=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 176 (69.14% from 255 or 27.16% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBB0 is #22044F. Grayscale: #E9E9E9. Windows color (decimal): -2229328 or 11598813. OLE color: 11598813.

HSL color Cylindrical-coordinate representation of color #DDFBB0: hue angle of 84º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDFBB0 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB221251176-
CMYK0.1200.300.02
HSL84º90.36%83.73%-
HSV(B)84º29.88%98.43%-
XYZ72.1587.554.16-
YUV233.4895.56119.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 176 (69.14% from 255) = 27.16%
R=34.10%
G=38.73%
B=27.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212511760.1200.300.028490.3683.73
HexDDFBB0C01E2545a54
Octal335373260140362124132124
Binary110111011111101110110000110001111010101010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBB0; }

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

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

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

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

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

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

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

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