#DCEEEE

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

Shades of Oyster Bay #DCEEEE

Tints of Oyster Bay #DCEEEE

Color information

#DCEEEE (or 0xDCEEEE) is unknown color: approx Oyster Bay. HEX triplet: DC, EE and EE. RGB value is (220,238,238). Sum of RGB (Red+Green+Blue) = 220+238+238=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #DCEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEEE is #231111. Grayscale: #E8E8E8. Windows color (decimal): -2298130 or 15658716. OLE color: 15658716.

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

Color convert

RGB220238238-
CMYK0.08000.07
HSL180º34.62%89.8%-
HSV(B)180º7.56%93.33%-
XYZ75.5282.5492.84-
YUV232.62131.04119-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.61%
GREEN value IS 238 (93.36% from 255) = 34.20%
BLUE value IS 238 (93.36% from 255) = 34.20%
R=31.61%
G=34.20%
B=34.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202382380.08000.0718034.6289.8
HexDCEEEE8007b4235a
Octal3343563561000726443132
Binary110111001110111011101110100000111101101001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEEE; }

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

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

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

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

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

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

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

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