#D4EFF0

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

Shades of Oyster Bay #D4EFF0

Tints of Oyster Bay #D4EFF0

Color information

#D4EFF0 (or 0xD4EFF0) is unknown color: approx Oyster Bay. HEX triplet: D4, EF and F0. RGB value is (212,239,240). Sum of RGB (Red+Green+Blue) = 212+239+240=691 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.68% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4EFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EFF0 is #2B100F. Grayscale: #E7E7E7. Windows color (decimal): -2822160 or 15790036. OLE color: 15790036.

HSL color Cylindrical-coordinate representation of color #D4EFF0: hue angle of 182.14º 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 #D4EFF0 is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212239240-
CMYK0.120.0000.06
HSL182.14º48.28%88.63%-
HSV(B)182.14º11.67%94.12%-
XYZ73.7582.0294.38-
YUV231.04133.05114.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.68%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 240 (94.14% from 255) = 34.73%
R=30.68%
G=34.59%
B=34.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122392400.120.0000.06182.1448.2888.63
HexD4EFF0C006b63059
Octal3243573601400626660131
Binary110101001110111111110000110000110101101101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EFF0; }

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

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

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

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

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

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

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

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