#DCEEF1

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

Shades of Oyster Bay #DCEEF1

Tints of Oyster Bay #DCEEF1

Color information

#DCEEF1 (or 0xDCEEF1) is unknown color: approx Oyster Bay. HEX triplet: DC, EE and F1. RGB value is (220,238,241). Sum of RGB (Red+Green+Blue) = 220+238+241=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEF1 is #23110E. Grayscale: #E8E8E8. Windows color (decimal): -2298127 or 15855324. OLE color: 15855324.

HSL color Cylindrical-coordinate representation of color #DCEEF1: hue angle of 188.57º 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 #DCEEF1 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220238241-
CMYK0.090.0100.05
HSL188.57º42.86%90.39%-
HSV(B)188.57º8.71%94.51%-
XYZ75.9782.7295.18-
YUV232.96132.54118.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.47%
GREEN value IS 238 (93.36% from 255) = 34.05%
BLUE value IS 241 (94.53% from 255) = 34.48%
R=31.47%
G=34.05%
B=34.48%

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
Decimal2202382410.090.0100.05188.5742.8690.39
HexDCEEF19105bd2b5a
Octal3343563611110527553132
Binary110111001110111011110001100110101101111011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEF1; }

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

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

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

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

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

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

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

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