#DCE7EB

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

Shades of Pattens Blue #DCE7EB

Tints of Pattens Blue #DCE7EB

Color information

#DCE7EB (or 0xDCE7EB) is unknown color: approx Pattens Blue. HEX triplet: DC, E7 and EB. RGB value is (220,231,235). Sum of RGB (Red+Green+Blue) = 220+231+235=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCE7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7EB is #231814. Grayscale: #E4E4E4. Windows color (decimal): -2299925 or 15460316. OLE color: 15460316.

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

Color convert

RGB220231235-
CMYK0.060.0200.08
HSL196º27.27%89.22%-
HSV(B)196º6.38%92.16%-
XYZ73.0978.3789.87-
YUV228.17131.86122.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 231 (90.62% from 255) = 33.67%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=32.07%
G=33.67%
B=34.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202312350.060.0200.0819627.2789.22
HexDCE7EB6208c41b59
Octal3343473536201030433131
Binary110111001110011111101011110100100011000100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7EB; }

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

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

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

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

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

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

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

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