#DAE4EC

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

Shades of Pattens Blue #DAE4EC

Tints of Pattens Blue #DAE4EC

Color information

#DAE4EC (or 0xDAE4EC) is unknown color: approx Pattens Blue. HEX triplet: DA, E4 and EC. RGB value is (218,228,236). Sum of RGB (Red+Green+Blue) = 218+228+236=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4EC is #251B13. Grayscale: #E1E1E1. Windows color (decimal): -2431764 or 15525082. OLE color: 15525082.

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

Color convert

RGB218228236-
CMYK0.080.0300.07
HSL206.67º32.14%89.02%-
HSV(B)206.67º7.63%92.55%-
XYZ71.876.4590.33-
YUV225.92133.69122.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 228 (89.45% from 255) = 33.43%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=31.96%
G=33.43%
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
Decimal2182282360.080.0300.07206.6732.1489.02
HexDAE4EC8307cf2059
Octal3323443541030731740131
Binary1101101011100100111011001000110111110011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4EC; }

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

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

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

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

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

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

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

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