#DDF3A0

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

Shades of Reef #DDF3A0

Tints of Reef #DDF3A0

Color information

#DDF3A0 (or 0xDDF3A0) is unknown color: approx Reef. HEX triplet: DD, F3 and A0. RGB value is (221,243,160). Sum of RGB (Red+Green+Blue) = 221+243+160=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 243 (95.31% from 255 or 38.94% from 624); Blue value is 160 (62.89% from 255 or 25.64% from 624); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF3A0 is #220C5F. Grayscale: #E3E3E3. Windows color (decimal): -2231392 or 10548189. OLE color: 10548189.

HSL color Cylindrical-coordinate representation of color #DDF3A0: hue angle of 75.9º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDF3A0 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB221243160-
CMYK0.0900.340.05
HSL75.9º77.57%79.02%-
HSV(B)75.9º34.16%95.29%-
XYZ68.2182.0145.49-
YUV226.9690.21123.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 243 (95.31% from 255) = 38.94%
BLUE value IS 160 (62.89% from 255) = 25.64%
R=35.42%
G=38.94%
B=25.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212431600.0900.340.0575.977.5779.02
HexDDF3A0902254c4e4f
Octal335363240110425114116117
Binary11011101111100111010000010010100010101100110010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3A0; }

 p { color: rgb(221,243,160); }

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

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

 a { background-color: rgb(221,243,160); }

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

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

 span { border-color: rgb(221,243,160); }

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