#DDFDB2

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

Shades of Reef #DDFDB2

Tints of Reef #DDFDB2

Color information

#DDFDB2 (or 0xDDFDB2) is unknown color: approx Reef. HEX triplet: DD, FD and B2. RGB value is (221,253,178). Sum of RGB (Red+Green+Blue) = 221+253+178=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDB2 is #22024D. Grayscale: #EBEBEB. Windows color (decimal): -2228814 or 11730397. OLE color: 11730397.

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

Color convert

RGB221253178-
CMYK0.1300.300.01
HSL85.6º94.94%84.51%-
HSV(B)85.6º29.64%99.22%-
XYZ72.9888.8455.42-
YUV234.8895.9118.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 253 (99.22% from 255) = 38.80%
BLUE value IS 178 (69.92% from 255) = 27.30%
R=33.90%
G=38.80%
B=27.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531780.1300.300.0185.694.9484.51
HexDDFDB2D01E1565f55
Octal335375262150361126137125
Binary11011101111111011011001011010111101101011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDB2; }

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

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

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

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

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

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

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

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