#DCD8FE

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

Shades of Quartz #DCD8FE

Tints of Quartz #DCD8FE

Color information

#DCD8FE (or 0xDCD8FE) is unknown color: approx Quartz. HEX triplet: DC, D8 and FE. RGB value is (220,216,254). Sum of RGB (Red+Green+Blue) = 220+216+254=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCD8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD8FE is #232701. Grayscale: #DDDDDD. Windows color (decimal): -2303746 or 16701660. OLE color: 16701660.

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

Color convert

RGB220216254-
CMYK0.130.1500.00
HSL246.32º95%92.16%-
HSV(B)246.32º14.96%99.61%-
XYZ71.9671.48103.77-
YUV221.53146.33126.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.88%
GREEN value IS 216 (84.77% from 255) = 31.30%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=31.88%
G=31.30%
B=36.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202162540.130.1500.00246.329592.16
HexDCD8FEDF00f65f5c
Octal334330376151700366137134
Binary11011100110110001111111011011111001111011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8FE; }

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

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

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

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

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

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

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

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