#DCE4EB

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

Shades of Pattens Blue #DCE4EB

Tints of Pattens Blue #DCE4EB

Color information

#DCE4EB (or 0xDCE4EB) is unknown color: approx Pattens Blue. HEX triplet: DC, E4 and EB. RGB value is (220,228,235). Sum of RGB (Red+Green+Blue) = 220+228+235=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCE4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4EB is #231B14. Grayscale: #E2E2E2. Windows color (decimal): -2300693 or 15459548. OLE color: 15459548.

HSL color Cylindrical-coordinate representation of color #DCE4EB: hue angle of 208º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE4EB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220228235-
CMYK0.060.0300.08
HSL208º27.27%89.22%-
HSV(B)208º6.38%92.16%-
XYZ72.2576.789.59-
YUV226.41132.85123.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 228 (89.45% from 255) = 33.38%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=32.21%
G=33.38%
B=34.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202282350.060.0300.0820827.2789.22
HexDCE4EB6308d01b59
Octal3343443536301032033131
Binary110111001110010011101011110110100011010000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE4EB; }

 p { color: rgb(220,228,235); }

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

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

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

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

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

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

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