#DAECF4

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

Shades of Pattens Blue #DAECF4

Tints of Pattens Blue #DAECF4

Color information

#DAECF4 (or 0xDAECF4) is unknown color: approx Pattens Blue. HEX triplet: DA, EC and F4. RGB value is (218,236,244). Sum of RGB (Red+Green+Blue) = 218+236+244=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECF4 is #25130B. Grayscale: #E7E7E7. Windows color (decimal): -2429708 or 16051418. OLE color: 16051418.

HSL color Cylindrical-coordinate representation of color #DAECF4: hue angle of 198.46º degrees, saturation: 0.54, 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 #DAECF4 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218236244-
CMYK0.110.0300.04
HSL198.46º54.17%90.59%-
HSV(B)198.46º10.66%95.69%-
XYZ75.2481.4397.34-
YUV231.53135.04118.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.23%
GREEN value IS 236 (92.58% from 255) = 33.81%
BLUE value IS 244 (95.70% from 255) = 34.96%
R=31.23%
G=33.81%
B=34.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182362440.110.0300.04198.4654.1790.59
HexDAECF4B304c6365b
Octal3323543641330430666133
Binary1101101011101100111101001011110100110001101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECF4; }

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

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

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

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

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

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

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

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