#DAEAF4

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

Shades of Pattens Blue #DAEAF4

Tints of Pattens Blue #DAEAF4

Color information

#DAEAF4 (or 0xDAEAF4) is unknown color: approx Pattens Blue. HEX triplet: DA, EA and F4. RGB value is (218,234,244). Sum of RGB (Red+Green+Blue) = 218+234+244=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 244 (95.70% from 255 or 35.06% from 696); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAEAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAF4 is #25150B. Grayscale: #E6E6E6. Windows color (decimal): -2430220 or 16050906. OLE color: 16050906.

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

Color convert

RGB218234244-
CMYK0.110.0400.04
HSL203.08º54.17%90.59%-
HSV(B)203.08º10.66%95.69%-
XYZ74.6780.2897.15-
YUV230.36135.7119.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.32%
GREEN value IS 234 (91.80% from 255) = 33.62%
BLUE value IS 244 (95.70% from 255) = 35.06%
R=31.32%
G=33.62%
B=35.06%

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
Decimal2182342440.110.0400.04203.0854.1790.59
HexDAEAF4B404cb365b
Octal3323523641340431366133
Binary11011010111010101111010010111000100110010111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAF4; }

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

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

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

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

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

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

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

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