#DAE3ED

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

Shades of Pattens Blue #DAE3ED

Tints of Pattens Blue #DAE3ED

Color information

#DAE3ED (or 0xDAE3ED) is unknown color: approx Pattens Blue. HEX triplet: DA, E3 and ED. RGB value is (218,227,237). Sum of RGB (Red+Green+Blue) = 218+227+237=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3ED is #251C12. Grayscale: #E1E1E1. Windows color (decimal): -2432019 or 15590362. OLE color: 15590362.

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

Color convert

RGB218227237-
CMYK0.080.0400.07
HSL211.58º34.55%89.22%-
HSV(B)211.58º8.02%92.94%-
XYZ71.6775.9691-
YUV225.45134.52122.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 227 (89.06% from 255) = 33.28%
BLUE value IS 237 (92.97% from 255) = 34.75%
R=31.96%
G=33.28%
B=34.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182272370.080.0400.07211.5834.5589.22
HexDAE3ED8407d42359
Octal3323433551040732443131
Binary11011010111000111110110110001000111110101001000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3ED; }

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

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

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

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

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

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

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

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