#DCE5F7

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

Shades of Solitude #DCE5F7

Tints of Solitude #DCE5F7

Color information

#DCE5F7 (or 0xDCE5F7) is unknown color: approx Solitude. HEX triplet: DC, E5 and F7. RGB value is (220,229,247). Sum of RGB (Red+Green+Blue) = 220+229+247=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 247 (96.88% from 255 or 35.49% from 696); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCE5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5F7 is #231A08. Grayscale: #E4E4E4. Windows color (decimal): -2300425 or 16246236. OLE color: 16246236.

HSL color Cylindrical-coordinate representation of color #DCE5F7: hue angle of 220º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCE5F7 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220229247-
CMYK0.110.0700.03
HSL220º62.79%91.57%-
HSV(B)220º10.93%96.86%-
XYZ74.3277.9799.13-
YUV228.36138.52122.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.61%
GREEN value IS 229 (89.84% from 255) = 32.90%
BLUE value IS 247 (96.88% from 255) = 35.49%
R=31.61%
G=32.90%
B=35.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202292470.110.0700.0322062.7991.57
HexDCE5F7B703dc3f5c
Octal3343453671370333477134
Binary1101110011100101111101111011111011110111001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5F7; }

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

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

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

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

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

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

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

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