#DDEC98

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

Shades of Reef #DDEC98

Tints of Reef #DDEC98

Color information

#DDEC98 (or 0xDDEC98) is unknown color: approx Reef. HEX triplet: DD, EC and 98. RGB value is (221,236,152). Sum of RGB (Red+Green+Blue) = 221+236+152=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 152 (59.77% from 255 or 24.96% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEC98 is #221367. Grayscale: #DEDEDE. Windows color (decimal): -2233192 or 10022109. OLE color: 10022109.

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

Color convert

RGB221236152-
CMYK0.0600.360.07
HSL70.71º68.85%76.08%-
HSV(B)70.71º35.59%92.55%-
XYZ65.4877.6341.24-
YUV221.9488.53127.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 236 (92.58% from 255) = 38.75%
BLUE value IS 152 (59.77% from 255) = 24.96%
R=36.29%
G=38.75%
B=24.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212361520.0600.360.0770.7168.8576.08
HexDDEC986024747454c
Octal33535423060447107105114
Binary1101110111101100100110001100100100111100011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEC98; }

 p { color: rgb(221,236,152); }

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

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

 a { background-color: rgb(221,236,152); }

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

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

 span { border-color: rgb(221,236,152); }

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