#DDFBB4

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

Shades of Reef #DDFBB4

Tints of Reef #DDFBB4

Color information

#DDFBB4 (or 0xDDFBB4) is unknown color: approx Reef. HEX triplet: DD, FB and B4. RGB value is (221,251,180). Sum of RGB (Red+Green+Blue) = 221+251+180=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBB4 is #22044B. Grayscale: #EAEAEA. Windows color (decimal): -2229324 or 11860957. OLE color: 11860957.

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

Color convert

RGB221251180-
CMYK0.1200.280.02
HSL85.35º89.87%84.51%-
HSV(B)85.35º28.29%98.43%-
XYZ72.5587.6656.28-
YUV233.9497.56118.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 251 (98.44% from 255) = 38.50%
BLUE value IS 180 (70.70% from 255) = 27.61%
R=33.90%
G=38.50%
B=27.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212511800.1200.280.0285.3589.8784.51
HexDDFBB4C01C2555a55
Octal335373264140342125132125
Binary110111011111101110110100110001110010101010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBB4; }

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

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

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

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

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

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

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

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