#DFDCEC

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

Shades of Quartz #DFDCEC

Tints of Quartz #DFDCEC

Color information

#DFDCEC (or 0xDFDCEC) is unknown color: approx Quartz. HEX triplet: DF, DC and EC. RGB value is (223,220,236). Sum of RGB (Red+Green+Blue) = 223+220+236=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCEC is #202313. Grayscale: #DEDEDE. Windows color (decimal): -2106132 or 15523039. OLE color: 15523039.

HSL color Cylindrical-coordinate representation of color #DFDCEC: hue angle of 251.25º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDCEC is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223220236-
CMYK0.060.0700.07
HSL251.25º29.63%89.41%-
HSV(B)251.25º6.78%92.55%-
XYZ71.1672.9389.68-
YUV222.72135.49128.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.84%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 236 (92.58% from 255) = 34.76%
R=32.84%
G=32.40%
B=34.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232202360.060.0700.07251.2529.6389.41
HexDFDCEC6707fb1e59
Octal337334354670737336131
Binary110111111101110011101100110111011111111011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCEC; }

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

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

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

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

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

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

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

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