#D4EEEF

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

Shades of Oyster Bay #D4EEEF

Tints of Oyster Bay #D4EEEF

Color information

#D4EEEF (or 0xD4EEEF) is unknown color: approx Oyster Bay. HEX triplet: D4, EE and EF. RGB value is (212,238,239). Sum of RGB (Red+Green+Blue) = 212+238+239=689 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.77% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4EEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EEEF is #2B1110. Grayscale: #E6E6E6. Windows color (decimal): -2822417 or 15724244. OLE color: 15724244.

HSL color Cylindrical-coordinate representation of color #D4EEEF: hue angle of 182.22º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EEEF is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212238239-
CMYK0.110.0000.06
HSL182.22º45.76%88.43%-
HSV(B)182.22º11.3%93.73%-
XYZ73.3181.3893.51-
YUV230.34132.89114.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.77%
GREEN value IS 238 (93.36% from 255) = 34.54%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=30.77%
G=34.54%
B=34.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122382390.110.0000.06182.2245.7688.43
HexD4EEEFB006b62e58
Octal3243563571300626656130
Binary110101001110111011101111101100110101101101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EEEF; }

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

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

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

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

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

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

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

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