#DAEDF9

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

Shades of Pattens Blue #DAEDF9

Tints of Pattens Blue #DAEDF9

Color information

#DAEDF9 (or 0xDAEDF9) is unknown color: approx Pattens Blue. HEX triplet: DA, ED and F9. RGB value is (218,237,249). Sum of RGB (Red+Green+Blue) = 218+237+249=704 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.97% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAEDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDF9 is #251206. Grayscale: #E8E8E8. Windows color (decimal): -2429447 or 16379354. OLE color: 16379354.

HSL color Cylindrical-coordinate representation of color #DAEDF9: hue angle of 203.23º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAEDF9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218237249-
CMYK0.120.0500.02
HSL203.23º72.09%91.57%-
HSV(B)203.23º12.45%97.65%-
XYZ76.382.31101.49-
YUV232.69137.21117.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.97%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 249 (97.66% from 255) = 35.37%
R=30.97%
G=33.66%
B=35.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182372490.120.0500.02203.2372.0991.57
HexDAEDF9C502cb485c
Octal33235537114502313110134
Binary11011010111011011111100111001010101100101110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDF9; }

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

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

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

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

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

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

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

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