#DCDEFA

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

Shades of Quartz #DCDEFA

Tints of Quartz #DCDEFA

Color information

#DCDEFA (or 0xDCDEFA) is unknown color: approx Quartz. HEX triplet: DC, DE and FA. RGB value is (220,222,250). Sum of RGB (Red+Green+Blue) = 220+222+250=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCDEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEFA is #232105. Grayscale: #E0E0E0. Windows color (decimal): -2302214 or 16441052. OLE color: 16441052.

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

Color convert

RGB220222250-
CMYK0.120.1100.02
HSL236º75%92.16%-
HSV(B)236º12%98.04%-
XYZ72.8974.36100.95-
YUV224.59142.34124.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.79%
GREEN value IS 222 (87.11% from 255) = 32.08%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=31.79%
G=32.08%
B=36.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202222500.120.1100.022367592.16
HexDCDEFACB02ec4b5c
Octal334336372141302354113134
Binary110111001101111011111010110010110101110110010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEFA; }

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

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

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

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

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

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

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

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