#DAE5ED

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

Shades of Pattens Blue #DAE5ED

Tints of Pattens Blue #DAE5ED

Color information

#DAE5ED (or 0xDAE5ED) is unknown color: approx Pattens Blue. HEX triplet: DA, E5 and ED. RGB value is (218,229,237). Sum of RGB (Red+Green+Blue) = 218+229+237=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5ED is #251A12. Grayscale: #E2E2E2. Windows color (decimal): -2431507 or 15590874. OLE color: 15590874.

HSL color Cylindrical-coordinate representation of color #DAE5ED: hue angle of 205.26º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE5ED is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218229237-
CMYK0.080.0300.07
HSL205.26º34.55%89.22%-
HSV(B)205.26º8.02%92.94%-
XYZ72.2277.0691.19-
YUV226.62133.86121.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 229 (89.84% from 255) = 33.48%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=31.87%
G=33.48%
B=34.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182292370.080.0300.07205.2634.5589.22
HexDAE5ED8307cd2359
Octal3323453551030731543131
Binary1101101011100101111011011000110111110011011000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5ED; }

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

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

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

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

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

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

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

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