#DAEDF3

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

Shades of Pattens Blue #DAEDF3

Tints of Pattens Blue #DAEDF3

Color information

#DAEDF3 (or 0xDAEDF3) is unknown color: approx Pattens Blue. HEX triplet: DA, ED and F3. RGB value is (218,237,243). Sum of RGB (Red+Green+Blue) = 218+237+243=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAEDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDF3 is #25120C. Grayscale: #E7E7E7. Windows color (decimal): -2429453 or 15986138. OLE color: 15986138.

HSL color Cylindrical-coordinate representation of color #DAEDF3: hue angle of 194.4º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAEDF3 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218237243-
CMYK0.100.0200.05
HSL194.4º51.02%90.39%-
HSV(B)194.4º10.29%95.29%-
XYZ75.3881.9496.64-
YUV232134.21118.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.23%
GREEN value IS 237 (92.97% from 255) = 33.95%
BLUE value IS 243 (95.31% from 255) = 34.81%
R=31.23%
G=33.95%
B=34.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182372430.100.0200.05194.451.0290.39
HexDAEDF3A205c2335a
Octal3323553631220530263132
Binary1101101011101101111100111010100101110000101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDF3; }

 p { color: rgb(218,237,243); }

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

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

 a { background-color: rgb(218,237,243); }

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

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

 span { border-color: rgb(218,237,243); }

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