#DAE0E4

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

Shades of Pattens Blue #DAE0E4

Tints of Pattens Blue #DAE0E4

Color information

#DAE0E4 (or 0xDAE0E4) is unknown color: approx Pattens Blue. HEX triplet: DA, E0 and E4. RGB value is (218,224,228). Sum of RGB (Red+Green+Blue) = 218+224+228=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAE0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0E4 is #251F1B. Grayscale: #DEDEDE. Windows color (decimal): -2432796 or 14999770. OLE color: 14999770.

HSL color Cylindrical-coordinate representation of color #DAE0E4: hue angle of 204º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAE0E4 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218224228-
CMYK0.040.0200.11
HSL204º15.62%87.45%-
HSV(B)204º4.39%89.41%-
XYZ69.5773.8283.98-
YUV222.66131.01124.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 224 (87.89% from 255) = 33.43%
BLUE value IS 228 (89.45% from 255) = 34.03%
R=32.54%
G=33.43%
B=34.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182242280.040.0200.1120415.6287.45
HexDAE0E4420Bcc1057
Octal3323403444201331420127
Binary110110101110000011100100100100101111001100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0E4; }

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

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

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

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

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

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

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

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