#DAE6FD

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

Shades of Solitude #DAE6FD

Tints of Solitude #DAE6FD

Color information

#DAE6FD (or 0xDAE6FD) is unknown color: approx Solitude. HEX triplet: DA, E6 and FD. RGB value is (218,230,253). Sum of RGB (Red+Green+Blue) = 218+230+253=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 230 (90.23% from 255 or 32.81% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6FD is #251902. Grayscale: #E4E4E4. Windows color (decimal): -2431235 or 16639706. OLE color: 16639706.

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

Color convert

RGB218230253-
CMYK0.140.0900.01
HSL219.43º89.74%92.35%-
HSV(B)219.43º13.83%99.22%-
XYZ74.9478.59104.15-
YUV229.03141.52120.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.10%
GREEN value IS 230 (90.23% from 255) = 32.81%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=31.10%
G=32.81%
B=36.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182302530.140.0900.01219.4389.7492.35
HexDAE6FDE901db5a5c
Octal332346375161101333132134
Binary11011010111001101111110111101001011101101110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6FD; }

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

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

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

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

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

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

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

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