#D2F3AB

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

Shades of Reef #D2F3AB

Tints of Reef #D2F3AB

Color information

#D2F3AB (or 0xD2F3AB) is unknown color: approx Reef. HEX triplet: D2, F3 and AB. RGB value is (210,243,171). Sum of RGB (Red+Green+Blue) = 210+243+171=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 243 (95.31% from 255 or 38.94% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F3AB is #2D0C54. Grayscale: #E1E1E1. Windows color (decimal): -2952277 or 11269074. OLE color: 11269074.

HSL color Cylindrical-coordinate representation of color #D2F3AB: hue angle of 87.5º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2F3AB is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB210243171-
CMYK0.1400.300.05
HSL87.5º75%81.18%-
HSV(B)87.5º29.63%95.29%-
XYZ65.9880.7450.64-
YUV224.9297.57117.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.65%
GREEN value IS 243 (95.31% from 255) = 38.94%
BLUE value IS 171 (67.19% from 255) = 27.40%
R=33.65%
G=38.94%
B=27.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102431710.1400.300.0587.57581.18
HexD2F3ABE01E5584b51
Octal322363253160365130113121
Binary1101001011110011101010111110011110101101100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F3AB; }

 p { color: rgb(210,243,171); }

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

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

 a { background-color: rgb(210,243,171); }

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

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

 span { border-color: rgb(210,243,171); }

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