#DDFEB1

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

Shades of Reef #DDFEB1

Tints of Reef #DDFEB1

Color information

#DDFEB1 (or 0xDDFEB1) is unknown color: approx Reef. HEX triplet: DD, FE and B1. RGB value is (221,254,177). Sum of RGB (Red+Green+Blue) = 221+254+177=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 177 (69.53% from 255 or 27.15% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEB1 is #22014E. Grayscale: #EBEBEB. Windows color (decimal): -2228559 or 11665117. OLE color: 11665117.

HSL color Cylindrical-coordinate representation of color #DDFEB1: hue angle of 85.71º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDFEB1 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB221254177-
CMYK0.1300.300.00
HSL85.71º97.47%84.51%-
HSV(B)85.71º30.31%99.61%-
XYZ73.289.4355-
YUV235.3595.07117.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 177 (69.53% from 255) = 27.15%
R=33.90%
G=38.96%
B=27.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212541770.1300.300.0085.7197.4784.51
HexDDFEB1D01E0566155
Octal335376261150360126141125
Binary11011101111111101011000111010111100101011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEB1; }

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

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

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

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

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

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

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

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