#DDEB9B

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

Shades of Reef #DDEB9B

Tints of Reef #DDEB9B

Color information

#DDEB9B (or 0xDDEB9B) is unknown color: approx Reef. HEX triplet: DD, EB and 9B. RGB value is (221,235,155). Sum of RGB (Red+Green+Blue) = 221+235+155=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEB9B is #221464. Grayscale: #DEDEDE. Windows color (decimal): -2233445 or 10218461. OLE color: 10218461.

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

Color convert

RGB221235155-
CMYK0.0600.340.08
HSL70.5º66.67%76.47%-
HSV(B)70.5º34.04%92.16%-
XYZ65.4477.1642.45-
YUV221.6990.36127.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 155 (60.94% from 255) = 25.37%
R=36.17%
G=38.46%
B=25.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212351550.0600.340.0870.566.6776.47
HexDDEB9B6022846434c
Octal335353233604210106103114
Binary11011101111010111001101111001000101000100011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEB9B; }

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

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

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

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

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

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

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

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