#DDE99C

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

Shades of Reef #DDE99C

Tints of Reef #DDE99C

Color information

#DDE99C (or 0xDDE99C) is unknown color: approx Reef. HEX triplet: DD, E9 and 9C. RGB value is (221,233,156). Sum of RGB (Red+Green+Blue) = 221+233+156=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE99C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE99C is #221663. Grayscale: #DCDCDC. Windows color (decimal): -2233956 or 10283485. OLE color: 10283485.

HSL color Cylindrical-coordinate representation of color #DDE99C: hue angle of 69.35º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDE99C is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB221233156-
CMYK0.0500.330.09
HSL69.35º63.64%76.27%-
HSV(B)69.35º33.05%91.37%-
XYZ64.9676.0542.71-
YUV220.6391.52128.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 233 (91.41% from 255) = 38.20%
BLUE value IS 156 (61.33% from 255) = 25.57%
R=36.23%
G=38.20%
B=25.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331560.0500.330.0969.3563.6476.27
HexDDE99C5021945404c
Octal335351234504111105100114
Binary11011101111010011001110010101000011001100010110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE99C; }

 p { color: rgb(221,233,156); }

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

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

 a { background-color: rgb(221,233,156); }

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

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

 span { border-color: rgb(221,233,156); }

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