#DCE1FA

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

Shades of Quartz #DCE1FA

Tints of Quartz #DCE1FA

Color information

#DCE1FA (or 0xDCE1FA) is unknown color: approx Quartz. HEX triplet: DC, E1 and FA. RGB value is (220,225,250). Sum of RGB (Red+Green+Blue) = 220+225+250=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 225 (88.28% from 255 or 32.37% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1FA is #231E05. Grayscale: #E2E2E2. Windows color (decimal): -2301446 or 16441820. OLE color: 16441820.

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

Color convert

RGB220225250-
CMYK0.120.1000.02
HSL230º75%92.16%-
HSV(B)230º12%98.04%-
XYZ73.775.97101.22-
YUV226.36141.34123.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.65%
GREEN value IS 225 (88.28% from 255) = 32.37%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=31.65%
G=32.37%
B=35.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202252500.120.1000.022307592.16
HexDCE1FACA02e64b5c
Octal334341372141202346113134
Binary110111001110000111111010110010100101110011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1FA; }

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

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

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

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

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

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

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

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