#DCE7FA

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

Shades of Solitude #DCE7FA

Tints of Solitude #DCE7FA

Color information

#DCE7FA (or 0xDCE7FA) is unknown color: approx Solitude. HEX triplet: DC, E7 and FA. RGB value is (220,231,250). Sum of RGB (Red+Green+Blue) = 220+231+250=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 231 (90.62% from 255 or 32.95% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCE7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7FA is #231805. Grayscale: #E5E5E5. Windows color (decimal): -2299910 or 16443356. OLE color: 16443356.

HSL color Cylindrical-coordinate representation of color #DCE7FA: hue angle of 218º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCE7FA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220231250-
CMYK0.120.0800.02
HSL218º75%92.16%-
HSV(B)218º12%98.04%-
XYZ75.3579.27101.77-
YUV229.88139.36120.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.38%
GREEN value IS 231 (90.62% from 255) = 32.95%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=31.38%
G=32.95%
B=35.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202312500.120.0800.022187592.16
HexDCE7FAC802da4b5c
Octal334347372141002332113134
Binary110111001110011111111010110010000101101101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7FA; }

 p { color: rgb(220,231,250); }

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

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

 a { background-color: rgb(220,231,250); }

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

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

 span { border-color: rgb(220,231,250); }

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