#D4ECEF

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

Shades of Oyster Bay #D4ECEF

Tints of Oyster Bay #D4ECEF

Color information

#D4ECEF (or 0xD4ECEF) is unknown color: approx Oyster Bay. HEX triplet: D4, EC and EF. RGB value is (212,236,239). Sum of RGB (Red+Green+Blue) = 212+236+239=687 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.86% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4ECEF is #2B1310. Grayscale: #E5E5E5. Windows color (decimal): -2822929 or 15723732. OLE color: 15723732.

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

Color convert

RGB212236239-
CMYK0.110.0100.06
HSL186.67º45.76%88.43%-
HSV(B)186.67º11.3%93.73%-
XYZ72.7380.2293.31-
YUV229.17133.55115.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.86%
GREEN value IS 236 (92.58% from 255) = 34.35%
BLUE value IS 239 (93.75% from 255) = 34.79%
R=30.86%
G=34.35%
B=34.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122362390.110.0100.06186.6745.7688.43
HexD4ECEFB106bb2e58
Octal3243543571310627356130
Binary110101001110110011101111101110110101110111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ECEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ECEF; }

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

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

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

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

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

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

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

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