#DDF1B4

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

Shades of Reef #DDF1B4

Tints of Reef #DDF1B4

Color information

#DDF1B4 (or 0xDDF1B4) is unknown color: approx Reef. HEX triplet: DD, F1 and B4. RGB value is (221,241,180). Sum of RGB (Red+Green+Blue) = 221+241+180=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 180 (70.70% from 255 or 28.04% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1B4 is #220E4B. Grayscale: #E4E4E4. Windows color (decimal): -2231884 or 11858397. OLE color: 11858397.

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

Color convert

RGB221241180-
CMYK0.0800.250.05
HSL79.67º68.54%82.55%-
HSV(B)79.67º25.31%94.51%-
XYZ69.5181.5855.26-
YUV228.07100.87122.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 180 (70.70% from 255) = 28.04%
R=34.42%
G=37.54%
B=28.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411800.0800.250.0579.6768.5482.55
HexDDF1B480195504553
Octal335361264100315120105123
Binary1101110111110001101101001000011001101101000010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1B4; }

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

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

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

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

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

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

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

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