#DAE8FE

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

Shades of Solitude #DAE8FE

Tints of Solitude #DAE8FE

Color information

#DAE8FE (or 0xDAE8FE) is unknown color: approx Solitude. HEX triplet: DA, E8 and FE. RGB value is (218,232,254). Sum of RGB (Red+Green+Blue) = 218+232+254=704 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.97% from 704); Green value is 232 (91.02% from 255 or 32.95% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAE8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8FE is #251701. Grayscale: #E6E6E6. Windows color (decimal): -2430722 or 16705754. OLE color: 16705754.

HSL color Cylindrical-coordinate representation of color #DAE8FE: hue angle of 216.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE8FE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218232254-
CMYK0.140.0900.00
HSL216.67º94.74%92.55%-
HSV(B)216.67º14.17%99.61%-
XYZ75.6679.77105.18-
YUV230.32141.36119.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.97%
GREEN value IS 232 (91.02% from 255) = 32.95%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=30.97%
G=32.95%
B=36.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182322540.140.0900.00216.6794.7492.55
HexDAE8FEE900d95f5d
Octal332350376161100331137135
Binary11011010111010001111111011101001001101100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8FE; }

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

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

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

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

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

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

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

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