#DCE6F1

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

Shades of Solitude #DCE6F1

Tints of Solitude #DCE6F1

Color information

#DCE6F1 (or 0xDCE6F1) is unknown color: approx Solitude. HEX triplet: DC, E6 and F1. RGB value is (220,230,241). Sum of RGB (Red+Green+Blue) = 220+230+241=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCE6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6F1 is #23190E. Grayscale: #E4E4E4. Windows color (decimal): -2300175 or 15853276. OLE color: 15853276.

HSL color Cylindrical-coordinate representation of color #DCE6F1: hue angle of 211.43º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE6F1 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220230241-
CMYK0.090.0500.05
HSL211.43º42.86%90.39%-
HSV(B)211.43º8.71%94.51%-
XYZ73.6978.1694.42-
YUV228.26135.19122.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.84%
GREEN value IS 230 (90.23% from 255) = 33.29%
BLUE value IS 241 (94.53% from 255) = 34.88%
R=31.84%
G=33.29%
B=34.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202302410.090.0500.05211.4342.8690.39
HexDCE6F19505d32b5a
Octal3343463611150532353132
Binary11011100111001101111000110011010101110100111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6F1; }

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

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

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

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

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

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

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

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