#DAE8ED

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

Shades of Pattens Blue #DAE8ED

Tints of Pattens Blue #DAE8ED

Color information

#DAE8ED (or 0xDAE8ED) is unknown color: approx Pattens Blue. HEX triplet: DA, E8 and ED. RGB value is (218,232,237). Sum of RGB (Red+Green+Blue) = 218+232+237=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8ED is #251712. Grayscale: #E4E4E4. Windows color (decimal): -2430739 or 15591642. OLE color: 15591642.

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

Color convert

RGB218232237-
CMYK0.080.0200.07
HSL195.79º34.55%89.22%-
HSV(B)195.79º8.02%92.94%-
XYZ73.0678.7391.47-
YUV228.38132.86120.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.73%
GREEN value IS 232 (91.02% from 255) = 33.77%
BLUE value IS 237 (92.97% from 255) = 34.50%
R=31.73%
G=33.77%
B=34.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182322370.080.0200.07195.7934.5589.22
HexDAE8ED8207c42359
Octal3323503551020730443131
Binary1101101011101000111011011000100111110001001000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8ED; }

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

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

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

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

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

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

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

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