#DCE6FF

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

Shades of Solitude #DCE6FF

Tints of Solitude #DCE6FF

Color information

#DCE6FF (or 0xDCE6FF) is unknown color: approx Solitude. HEX triplet: DC, E6 and FF. RGB value is (220,230,255). Sum of RGB (Red+Green+Blue) = 220+230+255=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 230 (90.23% from 255 or 32.62% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6FF is #231900. Grayscale: #E5E5E5. Windows color (decimal): -2300161 or 16770780. OLE color: 16770780.

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

Color convert

RGB220230255-
CMYK0.140.1000
HSL222.86º100%93.14%-
HSV(B)222.86º13.73%100%-
XYZ75.8679.03105.86-
YUV229.86142.19120.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.21%
GREEN value IS 230 (90.23% from 255) = 32.62%
BLUE value IS 255 (100% from 255) = 36.17%
R=31.21%
G=32.62%
B=36.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202302550.140.1000222.8610093.14
HexDCE6FFEA00df645d
Octal334346377161200337144135
Binary11011100111001101111111111101010001101111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6FF; }

 p { color: rgb(220,230,255); }

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

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

 a { background-color: rgb(220,230,255); }

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

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

 span { border-color: rgb(220,230,255); }

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