#DAE7FE

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

Shades of Solitude #DAE7FE

Tints of Solitude #DAE7FE

Color information

#DAE7FE (or 0xDAE7FE) is unknown color: approx Solitude. HEX triplet: DA, E7 and FE. RGB value is (218,231,254). Sum of RGB (Red+Green+Blue) = 218+231+254=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 231 (90.62% from 255 or 32.86% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAE7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7FE is #251801. Grayscale: #E5E5E5. Windows color (decimal): -2430978 or 16705498. OLE color: 16705498.

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

Color convert

RGB218231254-
CMYK0.140.0900.00
HSL218.33º94.74%92.55%-
HSV(B)218.33º14.17%99.61%-
XYZ75.3879.21105.08-
YUV229.74141.69119.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.01%
GREEN value IS 231 (90.62% from 255) = 32.86%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=31.01%
G=32.86%
B=36.13%

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
Decimal2182312540.140.0900.00218.3394.7492.55
HexDAE7FEE900da5f5d
Octal332347376161100332137135
Binary11011010111001111111111011101001001101101010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7FE; }

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

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

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

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

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

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

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

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