#D9EFF3

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

Shades of Oyster Bay #D9EFF3

Tints of Oyster Bay #D9EFF3

Color information

#D9EFF3 (or 0xD9EFF3) is unknown color: approx Oyster Bay. HEX triplet: D9, EF and F3. RGB value is (217,239,243). Sum of RGB (Red+Green+Blue) = 217+239+243=699 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.04% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EFF3 is #26100C. Grayscale: #E8E8E8. Windows color (decimal): -2494477 or 15986649. OLE color: 15986649.

HSL color Cylindrical-coordinate representation of color #D9EFF3: hue angle of 189.23º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9EFF3 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217239243-
CMYK0.110.0200.05
HSL189.23º52%90.2%-
HSV(B)189.23º10.7%95.29%-
XYZ75.6682.9696.82-
YUV232.88133.71116.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.04%
GREEN value IS 239 (93.75% from 255) = 34.19%
BLUE value IS 243 (95.31% from 255) = 34.76%
R=31.04%
G=34.19%
B=34.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172392430.110.0200.05189.235290.2
HexD9EFF3B205bd345a
Octal3313573631320527564132
Binary1101100111101111111100111011100101101111011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EFF3; }

 p { color: rgb(217,239,243); }

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

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

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

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

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

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

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