#DAE8EC

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

Shades of Pattens Blue #DAE8EC

Tints of Pattens Blue #DAE8EC

Color information

#DAE8EC (or 0xDAE8EC) is unknown color: approx Pattens Blue. HEX triplet: DA, E8 and EC. RGB value is (218,232,236). Sum of RGB (Red+Green+Blue) = 218+232+236=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8EC is #251713. Grayscale: #E4E4E4. Windows color (decimal): -2430740 or 15526106. OLE color: 15526106.

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

Color convert

RGB218232236-
CMYK0.080.0200.07
HSL193.33º32.14%89.02%-
HSV(B)193.33º7.63%92.55%-
XYZ72.9178.6790.7-
YUV228.27132.36120.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 232 (91.02% from 255) = 33.82%
BLUE value IS 236 (92.58% from 255) = 34.40%
R=31.78%
G=33.82%
B=34.40%

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
Decimal2182322360.080.0200.07193.3332.1489.02
HexDAE8EC8207c12059
Octal3323503541020730140131
Binary1101101011101000111011001000100111110000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8EC; }

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

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

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

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

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

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

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

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