#DAECF7

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

Shades of Pattens Blue #DAECF7

Tints of Pattens Blue #DAECF7

Color information

#DAECF7 (or 0xDAECF7) is unknown color: approx Pattens Blue. HEX triplet: DA, EC and F7. RGB value is (218,236,247). Sum of RGB (Red+Green+Blue) = 218+236+247=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAECF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECF7 is #251308. Grayscale: #E7E7E7. Windows color (decimal): -2429705 or 16248026. OLE color: 16248026.

HSL color Cylindrical-coordinate representation of color #DAECF7: hue angle of 202.76º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAECF7 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218236247-
CMYK0.120.0400.03
HSL202.76º64.44%91.18%-
HSV(B)202.76º11.74%96.86%-
XYZ75.781.6199.76-
YUV231.87136.54118.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.10%
GREEN value IS 236 (92.58% from 255) = 33.67%
BLUE value IS 247 (96.88% from 255) = 35.24%
R=31.10%
G=33.67%
B=35.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182362470.120.0400.03202.7664.4491.18
HexDAECF7C403cb405b
Octal33235436714403313100133
Binary11011010111011001111011111001000111100101110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECF7; }

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

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

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

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

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

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

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

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