#DAE6EA

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

Shades of Pattens Blue #DAE6EA

Tints of Pattens Blue #DAE6EA

Color information

#DAE6EA (or 0xDAE6EA) is unknown color: approx Pattens Blue. HEX triplet: DA, E6 and EA. RGB value is (218,230,234). Sum of RGB (Red+Green+Blue) = 218+230+234=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6EA is #251915. Grayscale: #E2E2E2. Windows color (decimal): -2431254 or 15394522. OLE color: 15394522.

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

Color convert

RGB218230234-
CMYK0.070.0200.08
HSL195º27.59%88.63%-
HSV(B)195º6.84%91.76%-
XYZ72.0677.4488.99-
YUV226.87132.02121.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 230 (90.23% from 255) = 33.72%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=31.96%
G=33.72%
B=34.31%

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
Decimal2182302340.070.0200.0819527.5988.63
HexDAE6EA7208c31c59
Octal3323463527201030334131
Binary110110101110011011101010111100100011000011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6EA; }

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

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

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

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

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

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

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

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