#DAEEF4

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

Shades of Pattens Blue #DAEEF4

Tints of Pattens Blue #DAEEF4

Color information

#DAEEF4 (or 0xDAEEF4) is unknown color: approx Pattens Blue. HEX triplet: DA, EE and F4. RGB value is (218,238,244). Sum of RGB (Red+Green+Blue) = 218+238+244=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAEEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEF4 is #25110B. Grayscale: #E8E8E8. Windows color (decimal): -2429196 or 16051930. OLE color: 16051930.

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

Color convert

RGB218238244-
CMYK0.110.0200.04
HSL193.85º54.17%90.59%-
HSV(B)193.85º10.66%95.69%-
XYZ75.8282.5997.53-
YUV232.7134.37117.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.14%
GREEN value IS 238 (93.36% from 255) = 34%
BLUE value IS 244 (95.70% from 255) = 34.86%
R=31.14%
G=34%
B=34.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182382440.110.0200.04193.8554.1790.59
HexDAEEF4B204c2365b
Octal3323563641320430266133
Binary1101101011101110111101001011100100110000101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEF4; }

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

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

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

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

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

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

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

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