#D0EDEE

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

Shades of Oyster Bay #D0EDEE

Tints of Oyster Bay #D0EDEE

Color information

#D0EDEE (or 0xD0EDEE) is unknown color: approx Oyster Bay. HEX triplet: D0, ED and EE. RGB value is (208,237,238). Sum of RGB (Red+Green+Blue) = 208+237+238=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDEE is #2F1211. Grayscale: #E4E4E4. Windows color (decimal): -3084818 or 15658448. OLE color: 15658448.

HSL color Cylindrical-coordinate representation of color #D0EDEE: hue angle of 182º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EDEE is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208237238-
CMYK0.130.0000.07
HSL182º46.87%87.45%-
HSV(B)182º12.61%93.33%-
XYZ71.7380.1592.58-
YUV228.44133.39113.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.45%
GREEN value IS 237 (92.97% from 255) = 34.70%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=30.45%
G=34.70%
B=34.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082372380.130.0000.0718246.8787.45
HexD0EDEED007b62f57
Octal3203553561500726657127
Binary110100001110110111101110110100111101101101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EDEE; }

 p { color: rgb(208,237,238); }

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

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

 a { background-color: rgb(208,237,238); }

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

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

 span { border-color: rgb(208,237,238); }

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