#DDF0B4

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

Shades of Reef #DDF0B4

Tints of Reef #DDF0B4

Color information

#DDF0B4 (or 0xDDF0B4) is unknown color: approx Reef. HEX triplet: DD, F0 and B4. RGB value is (221,240,180). Sum of RGB (Red+Green+Blue) = 221+240+180=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0B4 is #220F4B. Grayscale: #E3E3E3. Windows color (decimal): -2232140 or 11858141. OLE color: 11858141.

HSL color Cylindrical-coordinate representation of color #DDF0B4: hue angle of 79º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDF0B4 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB221240180-
CMYK0.0800.250.06
HSL79º66.67%82.35%-
HSV(B)79º25%94.12%-
XYZ69.2280.9955.16-
YUV227.48101.21123.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 240 (94.14% from 255) = 37.44%
BLUE value IS 180 (70.70% from 255) = 28.08%
R=34.48%
G=37.44%
B=28.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212401800.0800.250.067966.6782.35
HexDDF0B4801964f4352
Octal335360264100316117103122
Binary1101110111110000101101001000011001110100111110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0B4; }

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

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

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

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

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

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

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

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