#DCD8FC

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

Shades of Quartz #DCD8FC

Tints of Quartz #DCD8FC

Color information

#DCD8FC (or 0xDCD8FC) is unknown color: approx Quartz. HEX triplet: DC, D8 and FC. RGB value is (220,216,252). Sum of RGB (Red+Green+Blue) = 220+216+252=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCD8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD8FC is #232703. Grayscale: #DDDDDD. Windows color (decimal): -2303748 or 16570588. OLE color: 16570588.

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

Color convert

RGB220216252-
CMYK0.130.1400.01
HSL246.67º85.71%91.76%-
HSV(B)246.67º14.29%98.82%-
XYZ71.6471.36102.09-
YUV221.3145.33127.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 216 (84.77% from 255) = 31.40%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=31.98%
G=31.40%
B=36.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202162520.130.1400.01246.6785.7191.76
HexDCD8FCDE01f7565c
Octal334330374151601367126134
Binary11011100110110001111110011011110011111011110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8FC; }

 p { color: rgb(220,216,252); }

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

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

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

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

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

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

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