#DAE6ED

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

Shades of Pattens Blue #DAE6ED

Tints of Pattens Blue #DAE6ED

Color information

#DAE6ED (or 0xDAE6ED) is unknown color: approx Pattens Blue. HEX triplet: DA, E6 and ED. RGB value is (218,230,237). Sum of RGB (Red+Green+Blue) = 218+230+237=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6ED is #251912. Grayscale: #E3E3E3. Windows color (decimal): -2431251 or 15591130. OLE color: 15591130.

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

Color convert

RGB218230237-
CMYK0.080.0300.07
HSL202.11º34.55%89.22%-
HSV(B)202.11º8.02%92.94%-
XYZ72.577.6191.28-
YUV227.21133.52121.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 230 (90.23% from 255) = 33.58%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=31.82%
G=33.58%
B=34.60%

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
Decimal2182302370.080.0300.07202.1134.5589.22
HexDAE6ED8307ca2359
Octal3323463551030731243131
Binary1101101011100110111011011000110111110010101000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6ED; }

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

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

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

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

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

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

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

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