#DCECEE

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

Shades of Oyster Bay #DCECEE

Tints of Oyster Bay #DCECEE

Color information

#DCECEE (or 0xDCECEE) is unknown color: approx Oyster Bay. HEX triplet: DC, EC and EE. RGB value is (220,236,238). Sum of RGB (Red+Green+Blue) = 220+236+238=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECEE is #231311. Grayscale: #E7E7E7. Windows color (decimal): -2298642 or 15658204. OLE color: 15658204.

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

Color convert

RGB220236238-
CMYK0.080.0100.07
HSL186.67º34.62%89.8%-
HSV(B)186.67º7.56%93.33%-
XYZ74.9481.3892.65-
YUV231.44131.7119.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.70%
GREEN value IS 236 (92.58% from 255) = 34.01%
BLUE value IS 238 (93.36% from 255) = 34.29%
R=31.70%
G=34.01%
B=34.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202362380.080.0100.07186.6734.6289.8
HexDCECEE8107bb235a
Octal3343543561010727343132
Binary110111001110110011101110100010111101110111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECEE; }

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

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

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

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

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

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

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

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