#DAECF6

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

Shades of Pattens Blue #DAECF6

Tints of Pattens Blue #DAECF6

Color information

#DAECF6 (or 0xDAECF6) is unknown color: approx Pattens Blue. HEX triplet: DA, EC and F6. RGB value is (218,236,246). Sum of RGB (Red+Green+Blue) = 218+236+246=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 246 (96.48% from 255 or 35.14% from 700); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAECF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECF6 is #251309. Grayscale: #E7E7E7. Windows color (decimal): -2429706 or 16182490. OLE color: 16182490.

HSL color Cylindrical-coordinate representation of color #DAECF6: hue angle of 201.43º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAECF6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218236246-
CMYK0.110.0400.04
HSL201.43º60.87%90.98%-
HSV(B)201.43º11.38%96.47%-
XYZ75.5481.5598.95-
YUV231.76136.04118.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.14%
GREEN value IS 236 (92.58% from 255) = 33.71%
BLUE value IS 246 (96.48% from 255) = 35.14%
R=31.14%
G=33.71%
B=35.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182362460.110.0400.04201.4360.8790.98
HexDAECF6B404c93d5b
Octal3323543661340431175133
Binary11011010111011001111011010111000100110010011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECF6; }

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

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

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

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

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

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

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

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