#DCDDFA

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

Shades of Quartz #DCDDFA

Tints of Quartz #DCDDFA

Color information

#DCDDFA (or 0xDCDDFA) is unknown color: approx Quartz. HEX triplet: DC, DD and FA. RGB value is (220,221,250). Sum of RGB (Red+Green+Blue) = 220+221+250=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCDDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDFA is #232205. Grayscale: #DFDFDF. Windows color (decimal): -2302470 or 16440796. OLE color: 16440796.

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

Color convert

RGB220221250-
CMYK0.120.1200.02
HSL238º75%92.16%-
HSV(B)238º12%98.04%-
XYZ72.6373.83100.87-
YUV224.01142.67125.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.84%
GREEN value IS 221 (86.72% from 255) = 31.98%
BLUE value IS 250 (98.05% from 255) = 36.18%
R=31.84%
G=31.98%
B=36.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202212500.120.1200.022387592.16
HexDCDDFACC02ee4b5c
Octal334335372141402356113134
Binary110111001101110111111010110011000101110111010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDFA; }

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

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

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

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

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

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

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

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