#DAE5EA

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

Shades of Pattens Blue #DAE5EA

Tints of Pattens Blue #DAE5EA

Color information

#DAE5EA (or 0xDAE5EA) is unknown color: approx Pattens Blue. HEX triplet: DA, E5 and EA. RGB value is (218,229,234). Sum of RGB (Red+Green+Blue) = 218+229+234=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAE5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5EA is #251A15. Grayscale: #E2E2E2. Windows color (decimal): -2431510 or 15394266. OLE color: 15394266.

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

Color convert

RGB218229234-
CMYK0.070.0200.08
HSL198.75º27.59%88.63%-
HSV(B)198.75º6.84%91.76%-
XYZ71.7876.8888.9-
YUV226.28132.36122.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.01%
GREEN value IS 229 (89.84% from 255) = 33.63%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=32.01%
G=33.63%
B=34.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182292340.070.0200.08198.7527.5988.63
HexDAE5EA7208c71c59
Octal3323453527201030734131
Binary110110101110010111101010111100100011000111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5EA; }

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

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

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

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

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

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

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

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