#DDFCA0

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

Shades of Reef #DDFCA0

Tints of Reef #DDFCA0

Color information

#DDFCA0 (or 0xDDFCA0) is unknown color: approx Reef. HEX triplet: DD, FC and A0. RGB value is (221,252,160). Sum of RGB (Red+Green+Blue) = 221+252+160=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFCA0 is #22035F. Grayscale: #E8E8E8. Windows color (decimal): -2229088 or 10550493. OLE color: 10550493.

HSL color Cylindrical-coordinate representation of color #DDFCA0: hue angle of 80.22º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDFCA0 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB221252160-
CMYK0.1200.370.01
HSL80.22º93.88%80.78%-
HSV(B)80.22º36.51%98.82%-
XYZ70.9787.5346.41-
YUV232.2487.23119.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 252 (98.83% from 255) = 39.81%
BLUE value IS 160 (62.89% from 255) = 25.28%
R=34.91%
G=39.81%
B=25.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212521600.1200.370.0180.2293.8880.78
HexDDFCA0C0251505e51
Octal335374240140451120136121
Binary110111011111110010100000110001001011101000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFCA0; }

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

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

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

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

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

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

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

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