Html Css Color HEX #DCD6EF Quartz

📋 copy color: '#DCD6EF'

red 220 ◦ green 214 ◦ blue 239

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

Shades of Quartz #DCD6EF

Tints of Quartz #DCD6EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.51%

R = 32.69%
G = 31.8%
B = 35.51%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCD6EF (or 0xDCD6EF) is known color: Quartz. HEX triplet: DC, D6 and EF. RGB value is (220,214,239). Sum of RGB (Red+Green+Blue) = 220+214+239=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCD6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6EF is #232910. Grayscale: #DADADA. Windows color (decimal): -2304273 or 15718108. OLE color: 15718108.

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

Color convert

RGB 220 214 239 -
CMYK 0.08 0.10 0 0.06
HSL 254.4º 0.44% 0.89% -
HSV(B) 254.4º 0.1% 0.94% -
XYZ 69.14 69.54 91.44 -
YUV 218.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 220 214 239 0.08 0.10 0 0.06 254.4 0.44 0.89
Hex DC D6 EF 8 A 0 6 FE 2C 59
Octal 334 326 357 10 12 0 6 376 54 131
Binary 11011100 11010110 11101111 1000 1010 0 110 11111110 101100 1011001

Color Harmonies of #DCD6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD6EF

Black with #DCD6EF

Text Example


Text Example

White with #DCD6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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