#DDFCAF

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

Shades of Reef #DDFCAF

Tints of Reef #DDFCAF

Color information

#DDFCAF (or 0xDDFCAF) is unknown color: approx Reef. HEX triplet: DD, FC and AF. RGB value is (221,252,175). Sum of RGB (Red+Green+Blue) = 221+252+175=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFCAF is #220350. Grayscale: #EAEAEA. Windows color (decimal): -2229073 or 11533533. OLE color: 11533533.

HSL color Cylindrical-coordinate representation of color #DDFCAF: hue angle of 84.16º degrees, saturation: 0.93, 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 #DDFCAF is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB221252175-
CMYK0.1200.310.01
HSL84.16º92.77%83.73%-
HSV(B)84.16º30.56%98.82%-
XYZ72.3788.0953.75-
YUV233.9594.73118.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 252 (98.83% from 255) = 38.89%
BLUE value IS 175 (68.75% from 255) = 27.01%
R=34.10%
G=38.89%
B=27.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212521750.1200.310.0184.1692.7783.73
HexDDFCAFC01F1545d54
Octal335374257140371124135124
Binary11011101111111001010111111000111111101010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFCAF; }

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

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

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

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

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

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

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

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