#DAEDFA

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

Shades of Pattens Blue #DAEDFA

Tints of Pattens Blue #DAEDFA

Color information

#DAEDFA (or 0xDAEDFA) is unknown color: approx Pattens Blue. HEX triplet: DA, ED and FA. RGB value is (218,237,250). Sum of RGB (Red+Green+Blue) = 218+237+250=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDFA is #251205. Grayscale: #E8E8E8. Windows color (decimal): -2429446 or 16444890. OLE color: 16444890.

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

Color convert

RGB218237250-
CMYK0.130.0500.02
HSL204.38º76.19%91.76%-
HSV(B)204.38º12.8%98.04%-
XYZ76.4582.38102.31-
YUV232.8137.71117.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.92%
GREEN value IS 237 (92.97% from 255) = 33.62%
BLUE value IS 250 (98.05% from 255) = 35.46%
R=30.92%
G=33.62%
B=35.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182372500.130.0500.02204.3876.1991.76
HexDAEDFAD502cc4c5c
Octal33235537215502314114134
Binary11011010111011011111101011011010101100110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDFA; }

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

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

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

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

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

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

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

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