#DDF1B1

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

Shades of Reef #DDF1B1

Tints of Reef #DDF1B1

Color information

#DDF1B1 (or 0xDDF1B1) is unknown color: approx Reef. HEX triplet: DD, F1 and B1. RGB value is (221,241,177). Sum of RGB (Red+Green+Blue) = 221+241+177=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF1B1 is #220E4E. Grayscale: #E3E3E3. Windows color (decimal): -2231887 or 11661789. OLE color: 11661789.

HSL color Cylindrical-coordinate representation of color #DDF1B1: hue angle of 78.75º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDF1B1 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB221241177-
CMYK0.0800.270.05
HSL78.75º69.57%81.96%-
HSV(B)78.75º26.56%94.51%-
XYZ69.2181.4653.67-
YUV227.7299.37123.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 241 (94.53% from 255) = 37.72%
BLUE value IS 177 (69.53% from 255) = 27.70%
R=34.59%
G=37.72%
B=27.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411770.0800.270.0578.7569.5781.96
HexDDF1B1801B54f4652
Octal335361261100335117106122
Binary1101110111110001101100011000011011101100111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1B1; }

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

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

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

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

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

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

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

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