#D5EEEF

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

Shades of Oyster Bay #D5EEEF

Tints of Oyster Bay #D5EEEF

Color information

#D5EEEF (or 0xD5EEEF) is unknown color: approx Oyster Bay. HEX triplet: D5, EE and EF. RGB value is (213,238,239). Sum of RGB (Red+Green+Blue) = 213+238+239=690 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.87% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5EEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EEEF is #2A1110. Grayscale: #E6E6E6. Windows color (decimal): -2756881 or 15724245. OLE color: 15724245.

HSL color Cylindrical-coordinate representation of color #D5EEEF: hue angle of 182.31º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5EEEF is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213238239-
CMYK0.110.0000.06
HSL182.31º44.83%88.63%-
HSV(B)182.31º10.88%93.73%-
XYZ73.681.5393.52-
YUV230.64132.72115.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.87%
GREEN value IS 238 (93.36% from 255) = 34.49%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=30.87%
G=34.49%
B=34.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132382390.110.0000.06182.3144.8388.63
HexD5EEEFB006b62d59
Octal3253563571300626655131
Binary110101011110111011101111101100110101101101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EEEF; }

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

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

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

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

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

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

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

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