#DCDDEE

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

Shades of Quartz #DCDDEE

Tints of Quartz #DCDDEE

Color information

#DCDDEE (or 0xDCDDEE) is unknown color: approx Quartz. HEX triplet: DC, DD and EE. RGB value is (220,221,238). Sum of RGB (Red+Green+Blue) = 220+221+238=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDEE is #232211. Grayscale: #DEDEDE. Windows color (decimal): -2302482 or 15654364. OLE color: 15654364.

HSL color Cylindrical-coordinate representation of color #DCDDEE: hue angle of 236.67º 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 #DCDDEE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220221238-
CMYK0.080.0700.07
HSL236.67º34.62%89.8%-
HSV(B)236.67º7.56%93.33%-
XYZ70.873.191.27-
YUV222.64136.67126.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.40%
GREEN value IS 221 (86.72% from 255) = 32.55%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=32.40%
G=32.55%
B=35.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202212380.080.0700.07236.6734.6289.8
HexDCDDEE8707ed235a
Octal3343353561070735543132
Binary11011100110111011110111010001110111111011011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDEE; }

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

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

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

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

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

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

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

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