#DCE6EE

Color #DCE6EE Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DCE6EE

Tints of Pattens Blue #DCE6EE

Color information

#DCE6EE (or 0xDCE6EE) is unknown color: approx Pattens Blue. HEX triplet: DC, E6 and EE. RGB value is (220,230,238). Sum of RGB (Red+Green+Blue) = 220+230+238=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCE6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6EE is #231911. Grayscale: #E3E3E3. Windows color (decimal): -2300178 or 15656668. OLE color: 15656668.

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

Color convert

RGB220230238-
CMYK0.080.0300.07
HSL206.67º34.62%89.8%-
HSV(B)206.67º7.56%93.33%-
XYZ73.2477.9892.08-
YUV227.92133.69122.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 230 (90.23% from 255) = 33.43%
BLUE value IS 238 (93.36% from 255) = 34.59%
R=31.98%
G=33.43%
B=34.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202302380.080.0300.07206.6734.6289.8
HexDCE6EE8307cf235a
Octal3343463561030731743132
Binary1101110011100110111011101000110111110011111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6EE; }

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

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

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

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

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

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

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

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