#DDFDAC

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

Shades of Reef #DDFDAC

Tints of Reef #DDFDAC

Color information

#DDFDAC (or 0xDDFDAC) is unknown color: approx Reef. HEX triplet: DD, FD and AC. RGB value is (221,253,172). Sum of RGB (Red+Green+Blue) = 221+253+172=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDAC is #220253. Grayscale: #EAEAEA. Windows color (decimal): -2228820 or 11337181. OLE color: 11337181.

HSL color Cylindrical-coordinate representation of color #DDFDAC: hue angle of 83.7º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDFDAC is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB221253172-
CMYK0.1300.320.01
HSL83.7º95.29%83.33%-
HSV(B)83.7º32.02%99.22%-
XYZ72.3988.652.32-
YUV234.292.9118.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 253 (99.22% from 255) = 39.16%
BLUE value IS 172 (67.58% from 255) = 26.63%
R=34.21%
G=39.16%
B=26.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531720.1300.320.0183.795.2983.33
HexDDFDACD0201545f53
Octal335375254150401124137123
Binary110111011111110110101100110101000001101010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDAC; }

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

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

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

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

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

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

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

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