#DCEBFA

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

Shades of Solitude #DCEBFA

Tints of Solitude #DCEBFA

Color information

#DCEBFA (or 0xDCEBFA) is unknown color: approx Solitude. HEX triplet: DC, EB and FA. RGB value is (220,235,250). Sum of RGB (Red+Green+Blue) = 220+235+250=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCEBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBFA is #231405. Grayscale: #E8E8E8. Windows color (decimal): -2298886 or 16444380. OLE color: 16444380.

HSL color Cylindrical-coordinate representation of color #DCEBFA: hue angle of 210º 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 #DCEBFA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220235250-
CMYK0.120.0600.02
HSL210º75%92.16%-
HSV(B)210º12%98.04%-
XYZ76.4881.53102.15-
YUV232.22138.03119.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.21%
GREEN value IS 235 (92.19% from 255) = 33.33%
BLUE value IS 250 (98.05% from 255) = 35.46%
R=31.21%
G=33.33%
B=35.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202352500.120.0600.022107592.16
HexDCEBFAC602d24b5c
Octal33435337214602322113134
Binary11011100111010111111101011001100101101001010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBFA; }

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

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

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

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

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

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

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

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