#DDF8B2

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

Shades of Reef #DDF8B2

Tints of Reef #DDF8B2

Color information

#DDF8B2 (or 0xDDF8B2) is unknown color: approx Reef. HEX triplet: DD, F8 and B2. RGB value is (221,248,178). Sum of RGB (Red+Green+Blue) = 221+248+178=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 248 (97.27% from 255 or 38.33% from 647); Blue value is 178 (69.92% from 255 or 27.51% from 647); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF8B2 is #22074D. Grayscale: #E8E8E8. Windows color (decimal): -2230094 or 11729117. OLE color: 11729117.

HSL color Cylindrical-coordinate representation of color #DDF8B2: hue angle of 83.14º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDF8B2 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB221248178-
CMYK0.1100.280.03
HSL83.14º83.33%83.53%-
HSV(B)83.14º28.23%97.25%-
XYZ71.4285.7254.9-
YUV231.9597.55120.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 248 (97.27% from 255) = 38.33%
BLUE value IS 178 (69.92% from 255) = 27.51%
R=34.16%
G=38.33%
B=27.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212481780.1100.280.0383.1483.3383.53
HexDDF8B2B01C3535354
Octal335370262130343123123124
Binary110111011111100010110010101101110011101001110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF8B2; }

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

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

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

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

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

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

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

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