#DAE2EB

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

Shades of Pattens Blue #DAE2EB

Tints of Pattens Blue #DAE2EB

Color information

#DAE2EB (or 0xDAE2EB) is unknown color: approx Pattens Blue. HEX triplet: DA, E2 and EB. RGB value is (218,226,235). Sum of RGB (Red+Green+Blue) = 218+226+235=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAE2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2EB is #251D14. Grayscale: #E0E0E0. Windows color (decimal): -2432277 or 15459034. OLE color: 15459034.

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

Color convert

RGB218226235-
CMYK0.070.0400.08
HSL211.76º29.82%88.82%-
HSV(B)211.76º7.23%92.16%-
XYZ71.1175.389.38-
YUV224.63133.85123.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.11%
GREEN value IS 226 (88.67% from 255) = 33.28%
BLUE value IS 235 (92.19% from 255) = 34.61%
R=32.11%
G=33.28%
B=34.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182262350.070.0400.08211.7629.8288.82
HexDAE2EB7408d41e59
Octal3323423537401032436131
Binary1101101011100010111010111111000100011010100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2EB; }

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

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

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

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

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

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

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

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