#DDFFB0

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

Shades of Reef #DDFFB0

Tints of Reef #DDFFB0

Color information

#DDFFB0 (or 0xDDFFB0) is unknown color: approx Reef. HEX triplet: DD, FF and B0. RGB value is (221,255,176). Sum of RGB (Red+Green+Blue) = 221+255+176=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 176 (69.14% from 255 or 26.99% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFB0 is #22004F. Grayscale: #ECECEC. Windows color (decimal): -2228304 or 11599837. OLE color: 11599837.

HSL color Cylindrical-coordinate representation of color #DDFFB0: hue angle of 85.82º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDFFB0 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB221255176-
CMYK0.1300.310
HSL85.82º100%84.51%-
HSV(B)85.82º30.98%100%-
XYZ73.4290.0354.58-
YUV235.8394.24117.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 176 (69.14% from 255) = 26.99%
R=33.90%
G=39.11%
B=26.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212551760.1300.31085.8210084.51
HexDDFFB0D01F0566455
Octal335377260150370126144125
Binary11011101111111111011000011010111110101011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFB0; }

 p { color: rgb(221,255,176); }

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

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

 a { background-color: rgb(221,255,176); }

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

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

 span { border-color: rgb(221,255,176); }

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