#DDEE9D

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

Shades of Reef #DDEE9D

Tints of Reef #DDEE9D

Color information

#DDEE9D (or 0xDDEE9D) is unknown color: approx Reef. HEX triplet: DD, EE and 9D. RGB value is (221,238,157). Sum of RGB (Red+Green+Blue) = 221+238+157=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEE9D is #221162. Grayscale: #DFDFDF. Windows color (decimal): -2232675 or 10350301. OLE color: 10350301.

HSL color Cylindrical-coordinate representation of color #DDEE9D: hue angle of 72.59º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDEE9D is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB221238157-
CMYK0.0700.340.07
HSL72.59º70.43%77.45%-
HSV(B)72.59º34.03%93.33%-
XYZ66.4878.9643.63-
YUV223.6890.37126.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 157 (61.72% from 255) = 25.49%
R=35.88%
G=38.64%
B=25.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212381570.0700.340.0772.5970.4377.45
HexDDEE9D7022749464d
Octal33535623570427111106115
Binary1101110111101110100111011110100010111100100110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEE9D; }

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

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

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

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

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

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

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

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