#DDFDAF

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

Shades of Reef #DDFDAF

Tints of Reef #DDFDAF

Color information

#DDFDAF (or 0xDDFDAF) is unknown color: approx Reef. HEX triplet: DD, FD and AF. RGB value is (221,253,175). Sum of RGB (Red+Green+Blue) = 221+253+175=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDAF is #220250. Grayscale: #EAEAEA. Windows color (decimal): -2228817 or 11533789. OLE color: 11533789.

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

Color convert

RGB221253175-
CMYK0.1300.310.01
HSL84.62º95.12%83.92%-
HSV(B)84.62º30.83%99.22%-
XYZ72.6888.7253.85-
YUV234.5494.4118.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 253 (99.22% from 255) = 38.98%
BLUE value IS 175 (68.75% from 255) = 26.96%
R=34.05%
G=38.98%
B=26.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531750.1300.310.0184.6295.1283.92
HexDDFDAFD01F1555f54
Octal335375257150371125137124
Binary11011101111111011010111111010111111101010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDAF; }

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

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

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

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

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

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

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

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