#DCDCFD

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

Shades of Quartz #DCDCFD

Tints of Quartz #DCDCFD

Color information

#DCDCFD (or 0xDCDCFD) is unknown color: approx Quartz. HEX triplet: DC, DC and FD. RGB value is (220,220,253). Sum of RGB (Red+Green+Blue) = 220+220+253=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCFD is #232302. Grayscale: #DFDFDF. Windows color (decimal): -2302723 or 16637148. OLE color: 16637148.

HSL color Cylindrical-coordinate representation of color #DCDCFD: hue angle of 240º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCDCFD is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220220253-
CMYK0.130.1300.01
HSL240º89.19%92.75%-
HSV(B)240º13.04%99.22%-
XYZ72.8473.49103.28-
YUV223.76144.5125.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.75%
GREEN value IS 220 (86.33% from 255) = 31.75%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=31.75%
G=31.75%
B=36.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202202530.130.1300.0124089.1992.75
HexDCDCFDDD01f0595d
Octal334334375151501360131135
Binary11011100110111001111110111011101011111000010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCFD; }

 p { color: rgb(220,220,253); }

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

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

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

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

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

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

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