#DAE6FA

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

Shades of Solitude #DAE6FA

Tints of Solitude #DAE6FA

Color information

#DAE6FA (or 0xDAE6FA) is unknown color: approx Solitude. HEX triplet: DA, E6 and FA. RGB value is (218,230,250). Sum of RGB (Red+Green+Blue) = 218+230+250=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 230 (90.23% from 255 or 32.95% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAE6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6FA is #251905. Grayscale: #E4E4E4. Windows color (decimal): -2431238 or 16443098. OLE color: 16443098.

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

Color convert

RGB218230250-
CMYK0.130.0800.02
HSL217.5º76.19%91.76%-
HSV(B)217.5º12.8%98.04%-
XYZ74.4778.4101.65-
YUV228.69140.02120.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.23%
GREEN value IS 230 (90.23% from 255) = 32.95%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=31.23%
G=32.95%
B=35.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182302500.130.0800.02217.576.1991.76
HexDAE6FAD802da4c5c
Octal332346372151002332114134
Binary110110101110011011111010110110000101101101010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6FA; }

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

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

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

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

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

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

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

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