#DDF09B

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

Shades of Reef #DDF09B

Tints of Reef #DDF09B

Color information

#DDF09B (or 0xDDF09B) is unknown color: approx Reef. HEX triplet: DD, F0 and 9B. RGB value is (221,240,155). Sum of RGB (Red+Green+Blue) = 221+240+155=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 155 (60.94% from 255 or 25.16% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF09B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF09B is #220F64. Grayscale: #E0E0E0. Windows color (decimal): -2232165 or 10219741. OLE color: 10219741.

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

Color convert

RGB221240155-
CMYK0.0800.350.06
HSL73.41º73.91%77.45%-
HSV(B)73.41º35.42%94.12%-
XYZ66.980.0642.94-
YUV224.6388.71125.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 240 (94.14% from 255) = 38.96%
BLUE value IS 155 (60.94% from 255) = 25.16%
R=35.88%
G=38.96%
B=25.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212401550.0800.350.0673.4173.9177.45
HexDDF09B80236494a4d
Octal335360233100436111112115
Binary11011101111100001001101110000100011110100100110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF09B; }

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

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

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

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

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

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

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

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