#D3EFF0

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

Shades of Oyster Bay #D3EFF0

Tints of Oyster Bay #D3EFF0

Color information

#D3EFF0 (or 0xD3EFF0) is unknown color: approx Oyster Bay. HEX triplet: D3, EF and F0. RGB value is (211,239,240). Sum of RGB (Red+Green+Blue) = 211+239+240=690 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.58% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #D3EFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EFF0 is #2C100F. Grayscale: #E6E6E6. Windows color (decimal): -2887696 or 15790035. OLE color: 15790035.

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

Color convert

RGB211239240-
CMYK0.120.0000.06
HSL182.07º49.15%88.43%-
HSV(B)182.07º12.08%94.12%-
XYZ73.4681.8794.37-
YUV230.74133.22113.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.58%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 240 (94.14% from 255) = 34.78%
R=30.58%
G=34.64%
B=34.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2112392400.120.0000.06182.0749.1588.43
HexD3EFF0C006b63158
Octal3233573601400626661130
Binary110100111110111111110000110000110101101101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EFF0; }

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

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

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

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

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

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

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

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