#DAE8FD

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

Shades of Solitude #DAE8FD

Tints of Solitude #DAE8FD

Color information

#DAE8FD (or 0xDAE8FD) is unknown color: approx Solitude. HEX triplet: DA, E8 and FD. RGB value is (218,232,253). Sum of RGB (Red+Green+Blue) = 218+232+253=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 232 (91.02% from 255 or 33.00% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8FD is #251702. Grayscale: #E6E6E6. Windows color (decimal): -2430723 or 16640218. OLE color: 16640218.

HSL color Cylindrical-coordinate representation of color #DAE8FD: hue angle of 216º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE8FD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218232253-
CMYK0.140.0800.01
HSL216º89.74%92.35%-
HSV(B)216º13.83%99.22%-
XYZ75.579.71104.33-
YUV230.21140.86119.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.01%
GREEN value IS 232 (91.02% from 255) = 33.00%
BLUE value IS 253 (99.22% from 255) = 35.99%
R=31.01%
G=33.00%
B=35.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182322530.140.0800.0121689.7492.35
HexDAE8FDE801d85a5c
Octal332350375161001330132134
Binary11011010111010001111110111101000011101100010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8FD; }

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

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

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

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

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

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

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

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