#DDED9B

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

Shades of Reef #DDED9B

Tints of Reef #DDED9B

Color information

#DDED9B (or 0xDDED9B) is unknown color: approx Reef. HEX triplet: DD, ED and 9B. RGB value is (221,237,155). Sum of RGB (Red+Green+Blue) = 221+237+155=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDED9B is #221264. Grayscale: #DFDFDF. Windows color (decimal): -2232933 or 10218973. OLE color: 10218973.

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

Color convert

RGB221237155-
CMYK0.0700.350.07
HSL71.71º69.49%76.86%-
HSV(B)71.71º34.6%92.94%-
XYZ66.0278.3142.65-
YUV222.8789.7126.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 237 (92.97% from 255) = 38.66%
BLUE value IS 155 (60.94% from 255) = 25.29%
R=36.05%
G=38.66%
B=25.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371550.0700.350.0771.7169.4976.86
HexDDED9B7023748454d
Octal33535523370437110105115
Binary1101110111101101100110111110100011111100100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDED9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDED9B; }

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

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

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

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

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

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

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

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