#DFDCEB

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

Shades of Quartz #DFDCEB

Tints of Quartz #DFDCEB

Color information

#DFDCEB (or 0xDFDCEB) is unknown color: approx Quartz. HEX triplet: DF, DC and EB. RGB value is (223,220,235). Sum of RGB (Red+Green+Blue) = 223+220+235=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCEB is #202314. Grayscale: #DEDEDE. Windows color (decimal): -2106133 or 15457503. OLE color: 15457503.

HSL color Cylindrical-coordinate representation of color #DFDCEB: hue angle of 252º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDCEB is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223220235-
CMYK0.050.0600.08
HSL252º27.27%89.22%-
HSV(B)252º6.38%92.16%-
XYZ71.0272.8788.92-
YUV222.61134.99128.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.89%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=32.89%
G=32.45%
B=34.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232202350.050.0600.0825227.2789.22
HexDFDCEB5608fc1b59
Octal3373343535601037433131
Binary1101111111011100111010111011100100011111100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCEB; }

 p { color: rgb(223,220,235); }

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

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

 a { background-color: rgb(223,220,235); }

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

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

 span { border-color: rgb(223,220,235); }

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