#DDF2B1

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

Shades of Reef #DDF2B1

Tints of Reef #DDF2B1

Color information

#DDF2B1 (or 0xDDF2B1) is unknown color: approx Reef. HEX triplet: DD, F2 and B1. RGB value is (221,242,177). Sum of RGB (Red+Green+Blue) = 221+242+177=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 177 (69.53% from 255 or 27.66% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF2B1 is #220D4E. Grayscale: #E4E4E4. Windows color (decimal): -2231631 or 11662045. OLE color: 11662045.

HSL color Cylindrical-coordinate representation of color #DDF2B1: hue angle of 79.38º degrees, saturation: 0.71, 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 #DDF2B1 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB221242177-
CMYK0.0900.270.05
HSL79.38º71.43%82.16%-
HSV(B)79.38º26.86%94.9%-
XYZ69.5182.0553.77-
YUV228.3199.04122.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 242 (94.92% from 255) = 37.81%
BLUE value IS 177 (69.53% from 255) = 27.66%
R=34.53%
G=37.81%
B=27.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421770.0900.270.0579.3871.4382.16
HexDDF2B1901B54f4752
Octal335362261110335117107122
Binary1101110111110010101100011001011011101100111110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2B1; }

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

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

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

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

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

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

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

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