#DCD7EE

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

Shades of Quartz #DCD7EE

Tints of Quartz #DCD7EE

Color information

#DCD7EE (or 0xDCD7EE) is unknown color: approx Quartz. HEX triplet: DC, D7 and EE. RGB value is (220,215,238). Sum of RGB (Red+Green+Blue) = 220+215+238=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCD7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD7EE is #232811. Grayscale: #DBDBDB. Windows color (decimal): -2304018 or 15652828. OLE color: 15652828.

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

Color convert

RGB220215238-
CMYK0.080.1000.07
HSL253.04º40.35%88.82%-
HSV(B)253.04º9.66%93.33%-
XYZ69.2569.9990.75-
YUV219.12138.66128.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.69%
GREEN value IS 215 (84.38% from 255) = 31.95%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=32.69%
G=31.95%
B=35.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202152380.080.1000.07253.0440.3588.82
HexDCD7EE8A07fd2859
Octal33432735610120737550131
Binary110111001101011111101110100010100111111111011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7EE; }

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

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

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

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

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

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

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

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