#D3EDEE

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

Shades of Oyster Bay #D3EDEE

Tints of Oyster Bay #D3EDEE

Color information

#D3EDEE (or 0xD3EDEE) is unknown color: approx Oyster Bay. HEX triplet: D3, ED and EE. RGB value is (211,237,238). Sum of RGB (Red+Green+Blue) = 211+237+238=686 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.76% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EDEE is #2C1211. Grayscale: #E5E5E5. Windows color (decimal): -2888210 or 15658451. OLE color: 15658451.

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

Color convert

RGB211237238-
CMYK0.110.0000.07
HSL182.22º44.26%88.04%-
HSV(B)182.22º11.34%93.33%-
XYZ72.5880.5992.62-
YUV229.34132.89114.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.76%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=30.76%
G=34.55%
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.07
SystemRedGreenBlueCMYKHSL
Decimal2112372380.110.0000.07182.2244.2688.04
HexD3EDEEB007b62c58
Octal3233553561300726654130
Binary110100111110110111101110101100111101101101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EDEE; }

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

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

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

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

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

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

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

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