#DCEFF0

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

Shades of Oyster Bay #DCEFF0

Tints of Oyster Bay #DCEFF0

Color information

#DCEFF0 (or 0xDCEFF0) is unknown color: approx Oyster Bay. HEX triplet: DC, EF and F0. RGB value is (220,239,240). Sum of RGB (Red+Green+Blue) = 220+239+240=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCEFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFF0 is #23100F. Grayscale: #E9E9E9. Windows color (decimal): -2297872 or 15790044. OLE color: 15790044.

HSL color Cylindrical-coordinate representation of color #DCEFF0: hue angle of 183º 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 #DCEFF0 is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220239240-
CMYK0.080.0000.06
HSL183º40%90.2%-
HSV(B)183º8.33%94.12%-
XYZ76.1183.2494.49-
YUV233.43131.71118.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.47%
GREEN value IS 239 (93.75% from 255) = 34.19%
BLUE value IS 240 (94.14% from 255) = 34.33%
R=31.47%
G=34.19%
B=34.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202392400.080.0000.061834090.2
HexDCEFF08006b7285a
Octal3343573601000626750132
Binary110111001110111111110000100000110101101111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFF0; }

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

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

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

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

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

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

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

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