#DCD8FD

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

Shades of Quartz #DCD8FD

Tints of Quartz #DCD8FD

Color information

#DCD8FD (or 0xDCD8FD) is unknown color: approx Quartz. HEX triplet: DC, D8 and FD. RGB value is (220,216,253). Sum of RGB (Red+Green+Blue) = 220+216+253=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 216 (84.77% from 255 or 31.35% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCD8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD8FD is #232702. Grayscale: #DDDDDD. Windows color (decimal): -2303747 or 16636124. OLE color: 16636124.

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

Color convert

RGB220216253-
CMYK0.130.1500.01
HSL246.49º90.24%91.96%-
HSV(B)246.49º14.62%99.22%-
XYZ71.871.42102.93-
YUV221.41145.83126.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.93%
GREEN value IS 216 (84.77% from 255) = 31.35%
BLUE value IS 253 (99.22% from 255) = 36.72%
R=31.93%
G=31.35%
B=36.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202162530.130.1500.01246.4990.2491.96
HexDCD8FDDF01f65a5c
Octal334330375151701366132134
Binary11011100110110001111110111011111011111011010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8FD; }

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

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

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

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

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

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

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

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