#D5FDAC

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

Shades of Reef #D5FDAC

Tints of Reef #D5FDAC

Color information

#D5FDAC (or 0xD5FDAC) is unknown color: approx Reef. HEX triplet: D5, FD and AC. RGB value is (213,253,172). Sum of RGB (Red+Green+Blue) = 213+253+172=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FDAC is #2A0253. Grayscale: #E8E8E8. Windows color (decimal): -2753108 or 11337173. OLE color: 11337173.

HSL color Cylindrical-coordinate representation of color #D5FDAC: hue angle of 89.63º 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 #D5FDAC is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB213253172-
CMYK0.1600.320.01
HSL89.63º95.29%83.33%-
HSV(B)89.63º32.02%99.22%-
XYZ70.0187.3852.2-
YUV231.8194.25114.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.39%
GREEN value IS 253 (99.22% from 255) = 39.66%
BLUE value IS 172 (67.58% from 255) = 26.96%
R=33.39%
G=39.66%
B=26.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132531720.1600.320.0189.6395.2983.33
HexD5FDAC1002015a5f53
Octal325375254200401132137123
Binary1101010111111101101011001000001000001101101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FDAC; }

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

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

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

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

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

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

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

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