#D2FCAC

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

Shades of Reef #D2FCAC

Tints of Reef #D2FCAC

Color information

#D2FCAC (or 0xD2FCAC) is unknown color: approx Reef. HEX triplet: D2, FC and AC. RGB value is (210,252,172). Sum of RGB (Red+Green+Blue) = 210+252+172=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FCAC is #2D0353. Grayscale: #E6E6E6. Windows color (decimal): -2949972 or 11336914. OLE color: 11336914.

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

Color convert

RGB210252172-
CMYK0.1700.320.01
HSL91.5º93.02%83.14%-
HSV(B)91.5º31.75%98.82%-
XYZ68.8486.352.06-
YUV230.3295.09113.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.12%
GREEN value IS 252 (98.83% from 255) = 39.75%
BLUE value IS 172 (67.58% from 255) = 27.13%
R=33.12%
G=39.75%
B=27.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102521720.1700.320.0191.593.0283.14
HexD2FCAC1102015c5d53
Octal322374254210401134135123
Binary1101001011111100101011001000101000001101110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FCAC; }

 p { color: rgb(210,252,172); }

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

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

 a { background-color: rgb(210,252,172); }

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

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

 span { border-color: rgb(210,252,172); }

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