#D3EDF0

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

Shades of Oyster Bay #D3EDF0

Tints of Oyster Bay #D3EDF0

Color information

#D3EDF0 (or 0xD3EDF0) is unknown color: approx Oyster Bay. HEX triplet: D3, ED and F0. RGB value is (211,237,240). Sum of RGB (Red+Green+Blue) = 211+237+240=688 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.67% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #D3EDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EDF0 is #2C120F. Grayscale: #E5E5E5. Windows color (decimal): -2888208 or 15789523. OLE color: 15789523.

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

Color convert

RGB211237240-
CMYK0.120.0100.06
HSL186.21º49.15%88.43%-
HSV(B)186.21º12.08%94.12%-
XYZ72.8880.7194.18-
YUV229.57133.89114.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.67%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 240 (94.14% from 255) = 34.88%
R=30.67%
G=34.45%
B=34.88%

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
Decimal2112372400.120.0100.06186.2149.1588.43
HexD3EDF0C106ba3158
Octal3233553601410627261130
Binary110100111110110111110000110010110101110101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EDF0; }

 p { color: rgb(211,237,240); }

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

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

 a { background-color: rgb(211,237,240); }

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

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

 span { border-color: rgb(211,237,240); }

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