#D5FAAB

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

Shades of Reef #D5FAAB

Tints of Reef #D5FAAB

Color information

#D5FAAB (or 0xD5FAAB) is unknown color: approx Reef. HEX triplet: D5, FA and AB. RGB value is (213,250,171). Sum of RGB (Red+Green+Blue) = 213+250+171=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FAAB is #2A0554. Grayscale: #E6E6E6. Windows color (decimal): -2753877 or 11270869. OLE color: 11270869.

HSL color Cylindrical-coordinate representation of color #D5FAAB: hue angle of 88.1º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5FAAB is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB213250171-
CMYK0.1500.320.02
HSL88.1º88.76%82.55%-
HSV(B)88.1º31.6%98.04%-
XYZ68.9885.4651.39-
YUV229.9394.74115.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.60%
GREEN value IS 250 (98.05% from 255) = 39.43%
BLUE value IS 171 (67.19% from 255) = 26.97%
R=33.60%
G=39.43%
B=26.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132501710.1500.320.0288.188.7682.55
HexD5FAABF0202585953
Octal325372253170402130131123
Binary1101010111111010101010111111010000010101100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FAAB; }

 p { color: rgb(213,250,171); }

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

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

 a { background-color: rgb(213,250,171); }

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

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

 span { border-color: rgb(213,250,171); }

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