#DAE7FA

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

Shades of Solitude #DAE7FA

Tints of Solitude #DAE7FA

Color information

#DAE7FA (or 0xDAE7FA) is unknown color: approx Solitude. HEX triplet: DA, E7 and FA. RGB value is (218,231,250). Sum of RGB (Red+Green+Blue) = 218+231+250=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 231 (90.62% from 255 or 33.05% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAE7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7FA is #251805. Grayscale: #E5E5E5. Windows color (decimal): -2430982 or 16443354. OLE color: 16443354.

HSL color Cylindrical-coordinate representation of color #DAE7FA: hue angle of 215.62º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAE7FA is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218231250-
CMYK0.130.0800.02
HSL215.62º76.19%91.76%-
HSV(B)215.62º12.8%98.04%-
XYZ74.7478.96101.74-
YUV229.28139.69119.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.19%
GREEN value IS 231 (90.62% from 255) = 33.05%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=31.19%
G=33.05%
B=35.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182312500.130.0800.02215.6276.1991.76
HexDAE7FAD802d84c5c
Octal332347372151002330114134
Binary110110101110011111111010110110000101101100010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7FA; }

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

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

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

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

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

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

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

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