Html Css Color HEX #D6D6EC Quartz

📋 copy color: '#D6D6EC'

red 214 ◦ green 214 ◦ blue 236

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

Shades of Quartz #D6D6EC

Tints of Quartz #D6D6EC

RGB

 RED value IS 214 (83.98% from 255) = 32.23%

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

 BLUE value IS 236 (92.58% from 255) = 35.54%

R = 32.23%
G = 32.23%
B = 35.54%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6D6EC (or 0xD6D6EC) is known color: Quartz. HEX triplet: D6, D6 and EC. RGB value is (214,214,236). Sum of RGB (Red+Green+Blue) = 214+214+236=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 214 (83.98% from 255 or 32.23% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6D6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D6EC is #292913. Grayscale: #D8D8D8. Windows color (decimal): -2697492 or 15521494. OLE color: 15521494.

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

Color convert

RGB 214 214 236 -
CMYK 0.09 0.09 0 0.07
HSL 240º 0.37% 0.88% -
HSV(B) 240º 0.09% 0.93% -
XYZ 66.92 68.45 89.04 -
YUV 216.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 214 214 236 0.09 0.09 0 0.07 240 0.37 0.88
Hex D6 D6 EC 9 9 0 7 F0 25 58
Octal 326 326 354 11 11 0 7 360 45 130
Binary 11010110 11010110 11101100 1001 1001 0 111 11110000 100101 1011000

Color Harmonies of #D6D6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D6EC

Black with #D6D6EC

Text Example


Text Example

White with #D6D6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D6EC; }

 p { color: rgb(214,214,236); }

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

background-color css

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

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

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

border-color css

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

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

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