#D0FCAB

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

Shades of Reef #D0FCAB

Tints of Reef #D0FCAB

Color information

#D0FCAB (or 0xD0FCAB) is unknown color: approx Reef. HEX triplet: D0, FC and AB. RGB value is (208,252,171). Sum of RGB (Red+Green+Blue) = 208+252+171=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FCAB is #2F0354. Grayscale: #E5E5E5. Windows color (decimal): -3081045 or 11271376. OLE color: 11271376.

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

Color convert

RGB208252171-
CMYK0.1700.320.01
HSL92.59º93.1%82.94%-
HSV(B)92.59º32.14%98.82%-
XYZ68.1785.9751.53-
YUV229.6194.92112.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.96%
GREEN value IS 252 (98.83% from 255) = 39.94%
BLUE value IS 171 (67.19% from 255) = 27.10%
R=32.96%
G=39.94%
B=27.10%

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
Decimal2082521710.1700.320.0192.5993.182.94
HexD0FCAB1102015d5d53
Octal320374253210401135135123
Binary1101000011111100101010111000101000001101110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FCAB; }

 p { color: rgb(208,252,171); }

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

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

 a { background-color: rgb(208,252,171); }

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

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

 span { border-color: rgb(208,252,171); }

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