#DAE8EB

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

Shades of Pattens Blue #DAE8EB

Tints of Pattens Blue #DAE8EB

Color information

#DAE8EB (or 0xDAE8EB) is unknown color: approx Pattens Blue. HEX triplet: DA, E8 and EB. RGB value is (218,232,235). Sum of RGB (Red+Green+Blue) = 218+232+235=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8EB is #251714. Grayscale: #E4E4E4. Windows color (decimal): -2430741 or 15460570. OLE color: 15460570.

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

Color convert

RGB218232235-
CMYK0.070.0100.08
HSL190.59º29.82%88.82%-
HSV(B)190.59º7.23%92.16%-
XYZ72.7778.6289.94-
YUV228.16131.86120.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 232 (91.02% from 255) = 33.87%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=31.82%
G=33.87%
B=34.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182322350.070.0100.08190.5929.8288.82
HexDAE8EB7108bf1e59
Octal3323503537101027736131
Binary11011010111010001110101111110100010111111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8EB; }

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

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

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

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

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

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

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

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