#DCEDF0

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

Shades of Oyster Bay #DCEDF0

Tints of Oyster Bay #DCEDF0

Color information

#DCEDF0 (or 0xDCEDF0) is unknown color: approx Oyster Bay. HEX triplet: DC, ED and F0. RGB value is (220,237,240). Sum of RGB (Red+Green+Blue) = 220+237+240=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDF0 is #23120F. Grayscale: #E8E8E8. Windows color (decimal): -2298384 or 15789532. OLE color: 15789532.

HSL color Cylindrical-coordinate representation of color #DCEDF0: hue angle of 189º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEDF0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220237240-
CMYK0.080.0100.06
HSL189º40%90.2%-
HSV(B)189º8.33%94.12%-
XYZ75.5382.0894.3-
YUV232.26132.37119.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.56%
GREEN value IS 237 (92.97% from 255) = 34.00%
BLUE value IS 240 (94.14% from 255) = 34.43%
R=31.56%
G=34.00%
B=34.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202372400.080.0100.061894090.2
HexDCEDF08106bd285a
Octal3343553601010627550132
Binary110111001110110111110000100010110101111011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDF0; }

 p { color: rgb(220,237,240); }

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

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

 a { background-color: rgb(220,237,240); }

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

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

 span { border-color: rgb(220,237,240); }

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