#DDFCA5

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

Shades of Reef #DDFCA5

Tints of Reef #DDFCA5

Color information

#DDFCA5 (or 0xDDFCA5) is unknown color: approx Reef. HEX triplet: DD, FC and A5. RGB value is (221,252,165). Sum of RGB (Red+Green+Blue) = 221+252+165=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 165 (64.84% from 255 or 25.86% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFCA5 is #22035A. Grayscale: #E9E9E9. Windows color (decimal): -2229083 or 10878173. OLE color: 10878173.

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

Color convert

RGB221252165-
CMYK0.1200.350.01
HSL81.38º93.55%81.76%-
HSV(B)81.38º34.52%98.82%-
XYZ71.4287.7148.76-
YUV232.8189.73119.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 252 (98.83% from 255) = 39.50%
BLUE value IS 165 (64.84% from 255) = 25.86%
R=34.64%
G=39.50%
B=25.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212521650.1200.350.0181.3893.5581.76
HexDDFCA5C0231515e52
Octal335374245140431121136122
Binary110111011111110010100101110001000111101000110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFCA5; }

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

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

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

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

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

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

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

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