#DCD8EE

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

Shades of Quartz #DCD8EE

Tints of Quartz #DCD8EE

Color information

#DCD8EE (or 0xDCD8EE) is unknown color: approx Quartz. HEX triplet: DC, D8 and EE. RGB value is (220,216,238). Sum of RGB (Red+Green+Blue) = 220+216+238=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCD8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD8EE is #232711. Grayscale: #DBDBDB. Windows color (decimal): -2303762 or 15653084. OLE color: 15653084.

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

Color convert

RGB220216238-
CMYK0.080.0900.07
HSL250.91º39.29%89.02%-
HSV(B)250.91º9.24%93.33%-
XYZ69.570.590.83-
YUV219.7138.33128.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.64%
GREEN value IS 216 (84.77% from 255) = 32.05%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=32.64%
G=32.05%
B=35.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202162380.080.0900.07250.9139.2989.02
HexDCD8EE8907fb2759
Octal33433035610110737347131
Binary110111001101100011101110100010010111111110111001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8EE; }

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

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

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

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

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

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

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

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