#DDF993

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

Shades of Reef #DDF993

Tints of Reef #DDF993

Color information

#DDF993 (or 0xDDF993) is unknown color: approx Reef. HEX triplet: DD, F9 and 93. RGB value is (221,249,147). Sum of RGB (Red+Green+Blue) = 221+249+147=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 147 (57.81% from 255 or 23.82% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF993 is #22066C. Grayscale: #E5E5E5. Windows color (decimal): -2229869 or 9697757. OLE color: 9697757.

HSL color Cylindrical-coordinate representation of color #DDF993: hue angle of 76.47º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDF993 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB221249147-
CMYK0.1100.410.02
HSL76.47º89.47%77.65%-
HSV(B)76.47º40.96%97.65%-
XYZ68.9685.2340.42-
YUV22981.72122.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 249 (97.66% from 255) = 40.36%
BLUE value IS 147 (57.81% from 255) = 23.82%
R=35.82%
G=40.36%
B=23.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491470.1100.410.0276.4789.4777.65
HexDDF993B02924c594e
Octal335371223130512114131116
Binary1101110111111001100100111011010100110100110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF993; }

 p { color: rgb(221,249,147); }

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

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

 a { background-color: rgb(221,249,147); }

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

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

 span { border-color: rgb(221,249,147); }

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