#DAE8FC

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

Shades of Solitude #DAE8FC

Tints of Solitude #DAE8FC

Color information

#DAE8FC (or 0xDAE8FC) is unknown color: approx Solitude. HEX triplet: DA, E8 and FC. RGB value is (218,232,252). Sum of RGB (Red+Green+Blue) = 218+232+252=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 232 (91.02% from 255 or 33.05% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAE8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8FC is #251703. Grayscale: #E5E5E5. Windows color (decimal): -2430724 or 16574682. OLE color: 16574682.

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

Color convert

RGB218232252-
CMYK0.130.0800.01
HSL215.29º85%92.16%-
HSV(B)215.29º13.49%98.82%-
XYZ75.3479.65103.5-
YUV230.09140.36119.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.05%
GREEN value IS 232 (91.02% from 255) = 33.05%
BLUE value IS 252 (98.83% from 255) = 35.90%
R=31.05%
G=33.05%
B=35.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182322520.130.0800.01215.298592.16
HexDAE8FCD801d7555c
Octal332350374151001327125134
Binary11011010111010001111110011011000011101011110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8FC; }

 p { color: rgb(218,232,252); }

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

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

 a { background-color: rgb(218,232,252); }

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

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

 span { border-color: rgb(218,232,252); }

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