#DCDCEE

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

Shades of Quartz #DCDCEE

Tints of Quartz #DCDCEE

Color information

#DCDCEE (or 0xDCDCEE) is unknown color: approx Quartz. HEX triplet: DC, DC and EE. RGB value is (220,220,238). Sum of RGB (Red+Green+Blue) = 220+220+238=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCDCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCEE is #232311. Grayscale: #DDDDDD. Windows color (decimal): -2302738 or 15654108. OLE color: 15654108.

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

Color convert

RGB220220238-
CMYK0.080.0800.07
HSL240º34.62%89.8%-
HSV(B)240º7.56%93.33%-
XYZ70.5472.5891.18-
YUV222.05137126.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.45%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 238 (93.36% from 255) = 35.10%
R=32.45%
G=32.45%
B=35.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202202380.080.0800.0724034.6289.8
HexDCDCEE8807f0235a
Octal33433435610100736043132
Binary110111001101110011101110100010000111111100001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCEE; }

 p { color: rgb(220,220,238); }

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

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

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

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

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

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

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