#D4F4F3

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

Shades of Oyster Bay #D4F4F3

Tints of Oyster Bay #D4F4F3

Color information

#D4F4F3 (or 0xD4F4F3) is unknown color: approx Oyster Bay. HEX triplet: D4, F4 and F3. RGB value is (212,244,243). Sum of RGB (Red+Green+Blue) = 212+244+243=699 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.33% from 699); Green value is 244 (95.70% from 255 or 34.91% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 244 - color contains mainly: green. Hex color #D4F4F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4F4F3 is #2B0B0C. Grayscale: #EAEAEA. Windows color (decimal): -2820877 or 15987924. OLE color: 15987924.

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

Color convert

RGB212244243-
CMYK0.1300.000.04
HSL178.12º59.26%89.41%-
HSV(B)178.12º13.11%95.69%-
XYZ75.6885.1797.24-
YUV234.32132.9112.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.33%
GREEN value IS 244 (95.70% from 255) = 34.91%
BLUE value IS 243 (95.31% from 255) = 34.76%
R=30.33%
G=34.91%
B=34.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2122442430.1300.000.04178.1259.2689.41
HexD4F4F3D004b23b59
Octal3243643631500426273131
Binary110101001111010011110011110100100101100101110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F4F3; }

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

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

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

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

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

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

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

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