Html Css Color HEX #DCD6EE Quartz

📋 copy color: '#DCD6EE'

red 220 ◦ green 214 ◦ blue 238

#DCD6EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quartz #DCD6EE

Tints of Quartz #DCD6EE

RGB

 RED value IS 220 (86.33% from 255) = 32.74%

 GREEN value IS 214 (83.98% from 255) = 31.85%

 BLUE value IS 238 (93.36% from 255) = 35.42%

R = 32.74%
G = 31.85%
B = 35.42%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCD6EE (or 0xDCD6EE) is known color: Quartz. HEX triplet: DC, D6 and EE. RGB value is (220,214,238). Sum of RGB (Red+Green+Blue) = 220+214+238=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6EE is #232911. Grayscale: #DADADA. Windows color (decimal): -2304274 or 15652572. OLE color: 15652572.

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

Color convert

RGB 220 214 238 -
CMYK 0.08 0.10 0 0.07
HSL 255º 0.41% 0.89% -
HSV(B) 255º 0.1% 0.93% -
XYZ 68.99 69.48 90.66 -
YUV 218.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 220 214 238 0.08 0.10 0 0.07 255 0.41 0.89
Hex DC D6 EE 8 A 0 7 FF 29 59
Octal 334 326 356 10 12 0 7 377 51 131
Binary 11011100 11010110 11101110 1000 1010 0 111 11111111 101001 1011001

Color Harmonies of #DCD6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD6EE

Black with #DCD6EE

Text Example


Text Example

White with #DCD6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD6EE; }

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

 H1.HeaderClassName
 {
   color: #DCD6EE;
 }
 .AnyTagClassName
 {
   color: #DCD6EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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