#DAE5EB

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

Shades of Pattens Blue #DAE5EB

Tints of Pattens Blue #DAE5EB

Color information

#DAE5EB (or 0xDAE5EB) is unknown color: approx Pattens Blue. HEX triplet: DA, E5 and EB. RGB value is (218,229,235). Sum of RGB (Red+Green+Blue) = 218+229+235=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5EB is #251A14. Grayscale: #E2E2E2. Windows color (decimal): -2431509 or 15459802. OLE color: 15459802.

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

Color convert

RGB218229235-
CMYK0.070.0300.08
HSL201.18º29.82%88.82%-
HSV(B)201.18º7.23%92.16%-
XYZ71.9376.9489.66-
YUV226.4132.86122.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 229 (89.84% from 255) = 33.58%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=31.96%
G=33.58%
B=34.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182292350.070.0300.08201.1829.8288.82
HexDAE5EB7308c91e59
Octal3323453537301031136131
Binary110110101110010111101011111110100011001001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5EB; }

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

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

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

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

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

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

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

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