#DAE1E6

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

Shades of Pattens Blue #DAE1E6

Tints of Pattens Blue #DAE1E6

Color information

#DAE1E6 (or 0xDAE1E6) is unknown color: approx Pattens Blue. HEX triplet: DA, E1 and E6. RGB value is (218,225,230). Sum of RGB (Red+Green+Blue) = 218+225+230=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAE1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE1E6 is #251E19. Grayscale: #DFDFDF. Windows color (decimal): -2432538 or 15131098. OLE color: 15131098.

HSL color Cylindrical-coordinate representation of color #DAE1E6: hue angle of 205º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE1E6 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218225230-
CMYK0.050.0200.10
HSL205º19.35%87.84%-
HSV(B)205º5.22%90.2%-
XYZ70.1274.4785.54-
YUV223.48131.68124.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.39%
GREEN value IS 225 (88.28% from 255) = 33.43%
BLUE value IS 230 (90.23% from 255) = 34.18%
R=32.39%
G=33.43%
B=34.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182252300.050.0200.1020519.3587.84
HexDAE1E6520Acd1358
Octal3323413465201231523130
Binary110110101110000111100110101100101011001101100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1E6; }

 p { color: rgb(218,225,230); }

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

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

 a { background-color: rgb(218,225,230); }

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

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

 span { border-color: rgb(218,225,230); }

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