#DAE2E5

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

Shades of Pattens Blue #DAE2E5

Tints of Pattens Blue #DAE2E5

Color information

#DAE2E5 (or 0xDAE2E5) is unknown color: approx Pattens Blue. HEX triplet: DA, E2 and E5. RGB value is (218,226,229). Sum of RGB (Red+Green+Blue) = 218+226+229=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAE2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2E5 is #251D1A. Grayscale: #DFDFDF. Windows color (decimal): -2432283 or 15065818. OLE color: 15065818.

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

Color convert

RGB218226229-
CMYK0.050.0100.10
HSL196.36º17.46%87.65%-
HSV(B)196.36º4.8%89.8%-
XYZ70.2574.9684.89-
YUV223.95130.85123.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.39%
GREEN value IS 226 (88.67% from 255) = 33.58%
BLUE value IS 229 (89.84% from 255) = 34.03%
R=32.39%
G=33.58%
B=34.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182262290.050.0100.10196.3617.4687.65
HexDAE2E5510Ac41158
Octal3323423455101230421130
Binary11011010111000101110010110110101011000100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2E5; }

 p { color: rgb(218,226,229); }

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

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

 a { background-color: rgb(218,226,229); }

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

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

 span { border-color: rgb(218,226,229); }

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