#DAECFF

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

Shades of Solitude #DAECFF

Tints of Solitude #DAECFF

Color information

#DAECFF (or 0xDAECFF) is unknown color: approx Solitude. HEX triplet: DA, EC and FF. RGB value is (218,236,255). Sum of RGB (Red+Green+Blue) = 218+236+255=709 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.75% from 709); Green value is 236 (92.58% from 255 or 33.29% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECFF is #251300. Grayscale: #E8E8E8. Windows color (decimal): -2429697 or 16772314. OLE color: 16772314.

HSL color Cylindrical-coordinate representation of color #DAECFF: hue angle of 210.81º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAECFF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218236255-
CMYK0.150.0700
HSL210.81º100%92.75%-
HSV(B)210.81º14.51%100%-
XYZ76.9682.12106.4-
YUV232.78140.54117.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.75%
GREEN value IS 236 (92.58% from 255) = 33.29%
BLUE value IS 255 (100% from 255) = 35.97%
R=30.75%
G=33.29%
B=35.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182362550.150.0700210.8110092.75
HexDAECFFF700d3645d
Octal33235437717700323144135
Binary1101101011101100111111111111111001101001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECFF; }

 p { color: rgb(218,236,255); }

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

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

 a { background-color: rgb(218,236,255); }

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

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

 span { border-color: rgb(218,236,255); }

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