#DDEB9D

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

Shades of Reef #DDEB9D

Tints of Reef #DDEB9D

Color information

#DDEB9D (or 0xDDEB9D) is unknown color: approx Reef. HEX triplet: DD, EB and 9D. RGB value is (221,235,157). Sum of RGB (Red+Green+Blue) = 221+235+157=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEB9D is #221462. Grayscale: #DEDEDE. Windows color (decimal): -2233443 or 10349533. OLE color: 10349533.

HSL color Cylindrical-coordinate representation of color #DDEB9D: hue angle of 70.77º 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 #DDEB9D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB221235157-
CMYK0.0600.330.08
HSL70.77º66.1%76.86%-
HSV(B)70.77º33.19%92.16%-
XYZ65.6177.2243.35-
YUV221.9291.36127.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 157 (61.72% from 255) = 25.61%
R=36.05%
G=38.34%
B=25.61%

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
Decimal2212351570.0600.330.0870.7766.176.86
HexDDEB9D6021847424d
Octal335353235604110107102115
Binary11011101111010111001110111001000011000100011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEB9D; }

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

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

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

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

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

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

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

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