#DAE6FE

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

Shades of Solitude #DAE6FE

Tints of Solitude #DAE6FE

Color information

#DAE6FE (or 0xDAE6FE) is unknown color: approx Solitude. HEX triplet: DA, E6 and FE. RGB value is (218,230,254). Sum of RGB (Red+Green+Blue) = 218+230+254=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 230 (90.23% from 255 or 32.76% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6FE is #251901. Grayscale: #E5E5E5. Windows color (decimal): -2431234 or 16705242. OLE color: 16705242.

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

Color convert

RGB218230254-
CMYK0.140.0900.00
HSL220º94.74%92.55%-
HSV(B)220º14.17%99.61%-
XYZ75.178.65104.99-
YUV229.15142.02120.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.05%
GREEN value IS 230 (90.23% from 255) = 32.76%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=31.05%
G=32.76%
B=36.18%

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
Decimal2182302540.140.0900.0022094.7492.55
HexDAE6FEE900dc5f5d
Octal332346376161100334137135
Binary11011010111001101111111011101001001101110010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6FE; }

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

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

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

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

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

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

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

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