#DCDEFD

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

Shades of Quartz #DCDEFD

Tints of Quartz #DCDEFD

Color information

#DCDEFD (or 0xDCDEFD) is unknown color: approx Quartz. HEX triplet: DC, DE and FD. RGB value is (220,222,253). Sum of RGB (Red+Green+Blue) = 220+222+253=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCDEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEFD is #232102. Grayscale: #E0E0E0. Windows color (decimal): -2302211 or 16637660. OLE color: 16637660.

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

Color convert

RGB220222253-
CMYK0.130.1200.01
HSL236.36º89.19%92.75%-
HSV(B)236.36º13.04%99.22%-
XYZ73.3774.55103.45-
YUV224.94143.84124.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.65%
GREEN value IS 222 (87.11% from 255) = 31.94%
BLUE value IS 253 (99.22% from 255) = 36.40%
R=31.65%
G=31.94%
B=36.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202222530.130.1200.01236.3689.1992.75
HexDCDEFDDC01ec595d
Octal334336375151401354131135
Binary11011100110111101111110111011100011110110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEFD; }

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

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

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

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

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

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

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

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