#D6F3B3

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

Shades of Reef #D6F3B3

Tints of Reef #D6F3B3

Color information

#D6F3B3 (or 0xD6F3B3) is unknown color: approx Reef. HEX triplet: D6, F3 and B3. RGB value is (214,243,179). Sum of RGB (Red+Green+Blue) = 214+243+179=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 179 (70.31% from 255 or 28.14% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3B3 is #290C4C. Grayscale: #E3E3E3. Windows color (decimal): -2690125 or 11793366. OLE color: 11793366.

HSL color Cylindrical-coordinate representation of color #D6F3B3: hue angle of 87.19º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6F3B3 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB214243179-
CMYK0.1200.260.05
HSL87.19º72.73%82.75%-
HSV(B)87.19º26.34%95.29%-
XYZ67.9281.6554.83-
YUV227.03100.89118.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.65%
GREEN value IS 243 (95.31% from 255) = 38.21%
BLUE value IS 179 (70.31% from 255) = 28.14%
R=33.65%
G=38.21%
B=28.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142431790.1200.260.0587.1972.7382.75
HexD6F3B3C01A5574953
Octal326363263140325127111123
Binary1101011011110011101100111100011010101101011110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3B3; }

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

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

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

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

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

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

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

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