#DDFAAC

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

Shades of Reef #DDFAAC

Tints of Reef #DDFAAC

Color information

#DDFAAC (or 0xDDFAAC) is unknown color: approx Reef. HEX triplet: DD, FA and AC. RGB value is (221,250,172). Sum of RGB (Red+Green+Blue) = 221+250+172=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 172 (67.58% from 255 or 26.75% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAAC is #220553. Grayscale: #E8E8E8. Windows color (decimal): -2229588 or 11336413. OLE color: 11336413.

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

Color convert

RGB221250172-
CMYK0.1200.310.02
HSL82.31º88.64%82.75%-
HSV(B)82.31º31.2%98.04%-
XYZ71.4586.7252-
YUV232.4493.89119.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 172 (67.58% from 255) = 26.75%
R=34.37%
G=38.88%
B=26.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501720.1200.310.0282.3188.6482.75
HexDDFAACC01F2525953
Octal335372254140372122131123
Binary110111011111101010101100110001111110101001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAAC; }

 p { color: rgb(221,250,172); }

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

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

 a { background-color: rgb(221,250,172); }

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

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

 span { border-color: rgb(221,250,172); }

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