#D6F4F3

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

Shades of Oyster Bay #D6F4F3

Tints of Oyster Bay #D6F4F3

Color information

#D6F4F3 (or 0xD6F4F3) is unknown color: approx Oyster Bay. HEX triplet: D6, F4 and F3. RGB value is (214,244,243). Sum of RGB (Red+Green+Blue) = 214+244+243=701 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.53% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F4F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F4F3 is #290B0C. Grayscale: #EAEAEA. Windows color (decimal): -2689805 or 15987926. OLE color: 15987926.

HSL color Cylindrical-coordinate representation of color #D6F4F3: hue angle of 178º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F4F3 is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB214244243-
CMYK0.1200.000.04
HSL178º57.69%89.8%-
HSV(B)178º12.3%95.69%-
XYZ76.2685.4797.27-
YUV234.92132.56113.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.53%
GREEN value IS 244 (95.70% from 255) = 34.81%
BLUE value IS 243 (95.31% from 255) = 34.66%
R=30.53%
G=34.81%
B=34.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142442430.1200.000.0417857.6989.8
HexD6F4F3C004b23a5a
Octal3263643631400426272132
Binary110101101111010011110011110000100101100101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F4F3; }

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

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

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

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

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

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

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

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