#DCD9FE

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

Shades of Quartz #DCD9FE

Tints of Quartz #DCD9FE

Color information

#DCD9FE (or 0xDCD9FE) is unknown color: approx Quartz. HEX triplet: DC, D9 and FE. RGB value is (220,217,254). Sum of RGB (Red+Green+Blue) = 220+217+254=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCD9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9FE is #232601. Grayscale: #DDDDDD. Windows color (decimal): -2303490 or 16701916. OLE color: 16701916.

HSL color Cylindrical-coordinate representation of color #DCD9FE: hue angle of 244.86º 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 #DCD9FE is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220217254-
CMYK0.130.1500.00
HSL244.86º94.87%92.35%-
HSV(B)244.86º14.57%99.61%-
XYZ72.2272103.86-
YUV222.11145.99126.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.84%
GREEN value IS 217 (85.16% from 255) = 31.40%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=31.84%
G=31.40%
B=36.76%

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
Decimal2202172540.130.1500.00244.8694.8792.35
HexDCD9FEDF00f55f5c
Octal334331376151700365137134
Binary11011100110110011111111011011111001111010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9FE; }

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

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

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

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

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

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

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

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