#D5EFF1

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

Shades of Oyster Bay #D5EFF1

Tints of Oyster Bay #D5EFF1

Color information

#D5EFF1 (or 0xD5EFF1) is unknown color: approx Oyster Bay. HEX triplet: D5, EF and F1. RGB value is (213,239,241). Sum of RGB (Red+Green+Blue) = 213+239+241=693 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.74% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5EFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EFF1 is #2A100E. Grayscale: #E7E7E7. Windows color (decimal): -2756623 or 15855573. OLE color: 15855573.

HSL color Cylindrical-coordinate representation of color #D5EFF1: hue angle of 184.29º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5EFF1 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213239241-
CMYK0.120.0100.05
HSL184.29º50%89.02%-
HSV(B)184.29º11.62%94.51%-
XYZ74.1882.2395.18-
YUV231.45133.39114.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.74%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 241 (94.53% from 255) = 34.78%
R=30.74%
G=34.49%
B=34.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132392410.120.0100.05184.295089.02
HexD5EFF1C105b83259
Octal3253573611410527062131
Binary110101011110111111110001110010101101110001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFF1; }

 p { color: rgb(213,239,241); }

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

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

 a { background-color: rgb(213,239,241); }

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

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

 span { border-color: rgb(213,239,241); }

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