#DAE3EA

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

Shades of Pattens Blue #DAE3EA

Tints of Pattens Blue #DAE3EA

Color information

#DAE3EA (or 0xDAE3EA) is unknown color: approx Pattens Blue. HEX triplet: DA, E3 and EA. RGB value is (218,227,234). Sum of RGB (Red+Green+Blue) = 218+227+234=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3EA is #251C15. Grayscale: #E1E1E1. Windows color (decimal): -2432022 or 15393754. OLE color: 15393754.

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

Color convert

RGB218227234-
CMYK0.070.0300.08
HSL206.25º27.59%88.63%-
HSV(B)206.25º6.84%91.76%-
XYZ71.2375.7888.72-
YUV225.11133.02122.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.11%
GREEN value IS 227 (89.06% from 255) = 33.43%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=32.11%
G=33.43%
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
Decimal2182272340.070.0300.08206.2527.5988.63
HexDAE3EA7308ce1c59
Octal3323433527301031634131
Binary110110101110001111101010111110100011001110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3EA; }

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

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

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

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

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

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

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

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