Html Css Color HEX #D6D1EE Quartz

📋 copy color: '#D6D1EE'

red 214 ◦ green 209 ◦ blue 238

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

Shades of Quartz #D6D1EE

Tints of Quartz #D6D1EE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.62%

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

R = 32.38%
G = 31.62%
B = 36.01%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6D1EE (or 0xD6D1EE) is known color: Quartz. HEX triplet: D6, D1 and EE. RGB value is (214,209,238). Sum of RGB (Red+Green+Blue) = 214+209+238=661 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.38% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6D1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D1EE is #292E11. Grayscale: #D5D5D5. Windows color (decimal): -2698770 or 15651286. OLE color: 15651286.

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

Color convert

RGB 214 209 238 -
CMYK 0.10 0.12 0 0.07
HSL 250.34º 0.46% 0.88% -
HSV(B) 250.34º 0.12% 0.93% -
XYZ 65.96 66.07 90.17 -
YUV 213.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 214 209 238 0.10 0.12 0 0.07 250.34 0.46 0.88
Hex D6 D1 EE A C 0 7 FA 2E 58
Octal 326 321 356 12 14 0 7 372 56 130
Binary 11010110 11010001 11101110 1010 1100 0 111 11111010 101110 1011000

Color Harmonies of #D6D1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D1EE

Black with #D6D1EE

Text Example


Text Example

White with #D6D1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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