#DAE7FD

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

Shades of Solitude #DAE7FD

Tints of Solitude #DAE7FD

Color information

#DAE7FD (or 0xDAE7FD) is unknown color: approx Solitude. HEX triplet: DA, E7 and FD. RGB value is (218,231,253). Sum of RGB (Red+Green+Blue) = 218+231+253=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 231 (90.62% from 255 or 32.91% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7FD is #251802. Grayscale: #E5E5E5. Windows color (decimal): -2430979 or 16639962. OLE color: 16639962.

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

Color convert

RGB218231253-
CMYK0.140.0900.01
HSL217.71º89.74%92.35%-
HSV(B)217.71º13.83%99.22%-
XYZ75.2279.15104.24-
YUV229.62141.19119.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.05%
GREEN value IS 231 (90.62% from 255) = 32.91%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=31.05%
G=32.91%
B=36.04%

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
Decimal2182312530.140.0900.01217.7189.7492.35
HexDAE7FDE901da5a5c
Octal332347375161101332132134
Binary11011010111001111111110111101001011101101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7FD; }

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

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

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

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

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

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

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

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