#D6F0B3

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

Shades of Reef #D6F0B3

Tints of Reef #D6F0B3

Color information

#D6F0B3 (or 0xD6F0B3) is unknown color: approx Reef. HEX triplet: D6, F0 and B3. RGB value is (214,240,179). Sum of RGB (Red+Green+Blue) = 214+240+179=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F0B3 is #290F4C. Grayscale: #E1E1E1. Windows color (decimal): -2690893 or 11792598. OLE color: 11792598.

HSL color Cylindrical-coordinate representation of color #D6F0B3: hue angle of 85.57º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6F0B3 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB214240179-
CMYK0.1100.250.06
HSL85.57º67.03%82.16%-
HSV(B)85.57º25.42%94.12%-
XYZ67.0379.8754.53-
YUV225.27101.89119.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.81%
GREEN value IS 240 (94.14% from 255) = 37.91%
BLUE value IS 179 (70.31% from 255) = 28.28%
R=33.81%
G=37.91%
B=28.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142401790.1100.250.0685.5767.0382.16
HexD6F0B3B0196564352
Octal326360263130316126103122
Binary1101011011110000101100111011011001110101011010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F0B3; }

 p { color: rgb(214,240,179); }

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

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

 a { background-color: rgb(214,240,179); }

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

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

 span { border-color: rgb(214,240,179); }

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