#D4EFEF

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

Shades of Oyster Bay #D4EFEF

Tints of Oyster Bay #D4EFEF

Color information

#D4EFEF (or 0xD4EFEF) is unknown color: approx Oyster Bay. HEX triplet: D4, EF and EF. RGB value is (212,239,239). Sum of RGB (Red+Green+Blue) = 212+239+239=690 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.72% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #D4EFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EFEF is #2B1010. Grayscale: #E6E6E6. Windows color (decimal): -2822161 or 15724500. OLE color: 15724500.

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

Color convert

RGB212239239-
CMYK0.11000.06
HSL180º45.76%88.43%-
HSV(B)180º11.3%93.73%-
XYZ73.681.9693.6-
YUV230.93132.55114.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.72%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=30.72%
G=34.64%
B=34.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122392390.11000.0618045.7688.43
HexD4EFEFB006b42e58
Octal3243573571300626456130
Binary110101001110111111101111101100110101101001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EFEF; }

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

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

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

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

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

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

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

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