#DCE5F6

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

Shades of Solitude #DCE5F6

Tints of Solitude #DCE5F6

Color information

#DCE5F6 (or 0xDCE5F6) is unknown color: approx Solitude. HEX triplet: DC, E5 and F6. RGB value is (220,229,246). Sum of RGB (Red+Green+Blue) = 220+229+246=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 229 (89.84% from 255 or 32.95% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCE5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5F6 is #231A09. Grayscale: #E4E4E4. Windows color (decimal): -2300426 or 16180700. OLE color: 16180700.

HSL color Cylindrical-coordinate representation of color #DCE5F6: hue angle of 219.23º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCE5F6 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220229246-
CMYK0.110.0700.04
HSL219.23º59.09%91.37%-
HSV(B)219.23º10.57%96.47%-
XYZ74.1777.9198.32-
YUV228.25138.02122.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.65%
GREEN value IS 229 (89.84% from 255) = 32.95%
BLUE value IS 246 (96.48% from 255) = 35.40%
R=31.65%
G=32.95%
B=35.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202292460.110.0700.04219.2359.0991.37
HexDCE5F6B704db3b5b
Octal3343453661370433373133
Binary11011100111001011111011010111110100110110111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5F6; }

 p { color: rgb(220,229,246); }

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

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

 a { background-color: rgb(220,229,246); }

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

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

 span { border-color: rgb(220,229,246); }

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