#DDF69E

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

Shades of Reef #DDF69E

Tints of Reef #DDF69E

Color information

#DDF69E (or 0xDDF69E) is unknown color: approx Reef. HEX triplet: DD, F6 and 9E. RGB value is (221,246,158). Sum of RGB (Red+Green+Blue) = 221+246+158=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 158 (62.11% from 255 or 25.28% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF69E is #220961. Grayscale: #E4E4E4. Windows color (decimal): -2230626 or 10417885. OLE color: 10417885.

HSL color Cylindrical-coordinate representation of color #DDF69E: hue angle of 77.05º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDF69E is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB221246158-
CMYK0.1000.360.04
HSL77.05º83.02%79.22%-
HSV(B)77.05º35.77%96.47%-
XYZ68.9583.7544.88-
YUV228.4988.22122.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 246 (96.48% from 255) = 39.36%
BLUE value IS 158 (62.11% from 255) = 25.28%
R=35.36%
G=39.36%
B=25.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212461580.1000.360.0477.0583.0279.22
HexDDF69EA02444d534f
Octal335366236120444115123117
Binary11011101111101101001111010100100100100100110110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF69E; }

 p { color: rgb(221,246,158); }

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

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

 a { background-color: rgb(221,246,158); }

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

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

 span { border-color: rgb(221,246,158); }

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