#DAE8FA

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

Shades of Solitude #DAE8FA

Tints of Solitude #DAE8FA

Color information

#DAE8FA (or 0xDAE8FA) is unknown color: approx Solitude. HEX triplet: DA, E8 and FA. RGB value is (218,232,250). Sum of RGB (Red+Green+Blue) = 218+232+250=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 232 (91.02% from 255 or 33.14% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8FA is #251705. Grayscale: #E5E5E5. Windows color (decimal): -2430726 or 16443610. OLE color: 16443610.

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

Color convert

RGB218232250-
CMYK0.130.0700.02
HSL213.75º76.19%91.76%-
HSV(B)213.75º12.8%98.04%-
XYZ75.0379.52101.84-
YUV229.87139.36119.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.14%
GREEN value IS 232 (91.02% from 255) = 33.14%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=31.14%
G=33.14%
B=35.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182322500.130.0700.02213.7576.1991.76
HexDAE8FAD702d64c5c
Octal33235037215702326114134
Binary11011010111010001111101011011110101101011010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8FA; }

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

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

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

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

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

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

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

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