#D4EEF0

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

Shades of Oyster Bay #D4EEF0

Tints of Oyster Bay #D4EEF0

Color information

#D4EEF0 (or 0xD4EEF0) is unknown color: approx Oyster Bay. HEX triplet: D4, EE and F0. RGB value is (212,238,240). Sum of RGB (Red+Green+Blue) = 212+238+240=690 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.72% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4EEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EEF0 is #2B110F. Grayscale: #E6E6E6. Windows color (decimal): -2822416 or 15789780. OLE color: 15789780.

HSL color Cylindrical-coordinate representation of color #D4EEF0: hue angle of 184.29º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4EEF0 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212238240-
CMYK0.120.0100.06
HSL184.29º48.28%88.63%-
HSV(B)184.29º11.67%94.12%-
XYZ73.4581.4494.29-
YUV230.45133.39114.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.72%
GREEN value IS 238 (93.36% from 255) = 34.49%
BLUE value IS 240 (94.14% from 255) = 34.78%
R=30.72%
G=34.49%
B=34.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122382400.120.0100.06184.2948.2888.63
HexD4EEF0C106b83059
Octal3243563601410627060131
Binary110101001110111011110000110010110101110001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EEF0; }

 p { color: rgb(212,238,240); }

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

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

 a { background-color: rgb(212,238,240); }

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

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

 span { border-color: rgb(212,238,240); }

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