#DDEB9E

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

Shades of Reef #DDEB9E

Tints of Reef #DDEB9E

Color information

#DDEB9E (or 0xDDEB9E) is unknown color: approx Reef. HEX triplet: DD, EB and 9E. RGB value is (221,235,158). Sum of RGB (Red+Green+Blue) = 221+235+158=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEB9E is #221461. Grayscale: #DEDEDE. Windows color (decimal): -2233442 or 10415069. OLE color: 10415069.

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

Color convert

RGB221235158-
CMYK0.0600.330.08
HSL70.91º65.81%77.06%-
HSV(B)70.91º32.77%92.16%-
XYZ65.777.2643.8-
YUV222.0491.86127.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 158 (62.11% from 255) = 25.73%
R=35.99%
G=38.27%
B=25.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212351580.0600.330.0870.9165.8177.06
HexDDEB9E6021847424d
Octal335353236604110107102115
Binary11011101111010111001111011001000011000100011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEB9E; }

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

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

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

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

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

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

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

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