#DDF5B3

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

Shades of Reef #DDF5B3

Tints of Reef #DDF5B3

Color information

#DDF5B3 (or 0xDDF5B3) is unknown color: approx Reef. HEX triplet: DD, F5 and B3. RGB value is (221,245,179). Sum of RGB (Red+Green+Blue) = 221+245+179=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 245 (96.09% from 255 or 37.98% from 645); Blue value is 179 (70.31% from 255 or 27.75% from 645); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5B3 is #220A4C. Grayscale: #E6E6E6. Windows color (decimal): -2230861 or 11793885. OLE color: 11793885.

HSL color Cylindrical-coordinate representation of color #DDF5B3: hue angle of 81.82º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDF5B3 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB221245179-
CMYK0.1000.270.04
HSL81.82º76.74%83.14%-
HSV(B)81.82º26.94%96.08%-
XYZ70.6183.9355.13-
YUV230.399.05121.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.26%
GREEN value IS 245 (96.09% from 255) = 37.98%
BLUE value IS 179 (70.31% from 255) = 27.75%
R=34.26%
G=37.98%
B=27.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212451790.1000.270.0481.8276.7483.14
HexDDF5B3A01B4524d53
Octal335365263120334122115123
Binary1101110111110101101100111010011011100101001010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF5B3; }

 p { color: rgb(221,245,179); }

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

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

 a { background-color: rgb(221,245,179); }

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

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

 span { border-color: rgb(221,245,179); }

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