#DCEFF1

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

Shades of Oyster Bay #DCEFF1

Tints of Oyster Bay #DCEFF1

Color information

#DCEFF1 (or 0xDCEFF1) is unknown color: approx Oyster Bay. HEX triplet: DC, EF and F1. RGB value is (220,239,241). Sum of RGB (Red+Green+Blue) = 220+239+241=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFF1 is #23100E. Grayscale: #E9E9E9. Windows color (decimal): -2297871 or 15855580. OLE color: 15855580.

HSL color Cylindrical-coordinate representation of color #DCEFF1: hue angle of 185.71º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCEFF1 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220239241-
CMYK0.090.0100.05
HSL185.71º42.86%90.39%-
HSV(B)185.71º8.71%94.51%-
XYZ76.2683.395.28-
YUV233.55132.21118.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.43%
GREEN value IS 239 (93.75% from 255) = 34.14%
BLUE value IS 241 (94.53% from 255) = 34.43%
R=31.43%
G=34.14%
B=34.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202392410.090.0100.05185.7142.8690.39
HexDCEFF19105ba2b5a
Octal3343573611110527253132
Binary110111001110111111110001100110101101110101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFF1; }

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

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

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

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

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

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

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

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