#DDFEB2

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

Shades of Reef #DDFEB2

Tints of Reef #DDFEB2

Color information

#DDFEB2 (or 0xDDFEB2) is unknown color: approx Reef. HEX triplet: DD, FE and B2. RGB value is (221,254,178). Sum of RGB (Red+Green+Blue) = 221+254+178=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 178 (69.92% from 255 or 27.26% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEB2 is #22014D. Grayscale: #EBEBEB. Windows color (decimal): -2228558 or 11730653. OLE color: 11730653.

HSL color Cylindrical-coordinate representation of color #DDFEB2: hue angle of 86.05º 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 #DDFEB2 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB221254178-
CMYK0.1300.300.00
HSL86.05º97.44%84.71%-
HSV(B)86.05º29.92%99.61%-
XYZ73.389.4755.53-
YUV235.4795.57117.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 178 (69.92% from 255) = 27.26%
R=33.84%
G=38.90%
B=27.26%

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
Decimal2212541780.1300.300.0086.0597.4484.71
HexDDFEB2D01E0566155
Octal335376262150360126141125
Binary11011101111111101011001011010111100101011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEB2; }

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

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

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

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

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

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

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

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