#DAE9FD

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

Shades of Solitude #DAE9FD

Tints of Solitude #DAE9FD

Color information

#DAE9FD (or 0xDAE9FD) is unknown color: approx Solitude. HEX triplet: DA, E9 and FD. RGB value is (218,233,253). Sum of RGB (Red+Green+Blue) = 218+233+253=704 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.97% from 704); Green value is 233 (91.41% from 255 or 33.10% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9FD is #251602. Grayscale: #E6E6E6. Windows color (decimal): -2430467 or 16640474. OLE color: 16640474.

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

Color convert

RGB218233253-
CMYK0.140.0800.01
HSL214.29º89.74%92.35%-
HSV(B)214.29º13.83%99.22%-
XYZ75.7880.28104.43-
YUV230.8140.53118.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.97%
GREEN value IS 233 (91.41% from 255) = 33.10%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=30.97%
G=33.10%
B=35.94%

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
Decimal2182332530.140.0800.01214.2989.7492.35
HexDAE9FDE801d65a5c
Octal332351375161001326132134
Binary11011010111010011111110111101000011101011010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9FD; }

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

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

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

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

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

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

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

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