#DAE4EA

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

Shades of Pattens Blue #DAE4EA

Tints of Pattens Blue #DAE4EA

Color information

#DAE4EA (or 0xDAE4EA) is unknown color: approx Pattens Blue. HEX triplet: DA, E4 and EA. RGB value is (218,228,234). Sum of RGB (Red+Green+Blue) = 218+228+234=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 228 (89.45% from 255 or 33.53% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4EA is #251B15. Grayscale: #E1E1E1. Windows color (decimal): -2431766 or 15394010. OLE color: 15394010.

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

Color convert

RGB218228234-
CMYK0.070.0300.08
HSL202.5º27.59%88.63%-
HSV(B)202.5º6.84%91.76%-
XYZ71.5176.3388.81-
YUV225.69132.69122.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 228 (89.45% from 255) = 33.53%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=32.06%
G=33.53%
B=34.41%

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
Decimal2182282340.070.0300.08202.527.5988.63
HexDAE4EA7308ca1c59
Octal3323443527301031234131
Binary110110101110010011101010111110100011001010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4EA; }

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

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

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

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

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

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

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

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