#DCE1E5

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

Shades of Pattens Blue #DCE1E5

Tints of Pattens Blue #DCE1E5

Color information

#DCE1E5 (or 0xDCE1E5) is unknown color: approx Pattens Blue. HEX triplet: DC, E1 and E5. RGB value is (220,225,229). Sum of RGB (Red+Green+Blue) = 220+225+229=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCE1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1E5 is #231E1A. Grayscale: #DFDFDF. Windows color (decimal): -2301467 or 15065564. OLE color: 15065564.

HSL color Cylindrical-coordinate representation of color #DCE1E5: hue angle of 206.67º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCE1E5 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220225229-
CMYK0.040.0200.10
HSL206.67º14.75%88.04%-
HSV(B)206.67º3.93%89.8%-
XYZ70.5874.7284.83-
YUV223.96130.84125.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.64%
GREEN value IS 225 (88.28% from 255) = 33.38%
BLUE value IS 229 (89.84% from 255) = 33.98%
R=32.64%
G=33.38%
B=33.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202252290.040.0200.10206.6714.7588.04
HexDCE1E5420Acff58
Octal3343413454201231717130
Binary11011100111000011110010110010010101100111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1E5; }

 p { color: rgb(220,225,229); }

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

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

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

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

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

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

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