#D2EDEF

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

Shades of Oyster Bay #D2EDEF

Tints of Oyster Bay #D2EDEF

Color information

#D2EDEF (or 0xD2EDEF) is unknown color: approx Oyster Bay. HEX triplet: D2, ED and EF. RGB value is (210,237,239). Sum of RGB (Red+Green+Blue) = 210+237+239=686 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.61% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EDEF is #2D1210. Grayscale: #E5E5E5. Windows color (decimal): -2953745 or 15723986. OLE color: 15723986.

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

Color convert

RGB210237239-
CMYK0.120.0100.06
HSL184.14º47.54%88.04%-
HSV(B)184.14º12.13%93.73%-
XYZ72.4480.593.38-
YUV229.16133.55114.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.61%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=30.61%
G=34.55%
B=34.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102372390.120.0100.06184.1447.5488.04
HexD2EDEFC106b83058
Octal3223553571410627060130
Binary110100101110110111101111110010110101110001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EDEF; }

 p { color: rgb(210,237,239); }

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

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

 a { background-color: rgb(210,237,239); }

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

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

 span { border-color: rgb(210,237,239); }

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