Html Css Color HEX #D3D2EE Quartz

📋 copy color: '#D3D2EE'

red 211 ◦ green 210 ◦ blue 238

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

Shades of Quartz #D3D2EE

Tints of Quartz #D3D2EE

RGB

 RED value IS 211 (82.81% from 255) = 32.02%

 GREEN value IS 210 (82.42% from 255) = 31.87%

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

R = 32.02%
G = 31.87%
B = 36.12%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D3D2EE (or 0xD3D2EE) is known color: Quartz. HEX triplet: D3, D2 and EE. RGB value is (211,210,238). Sum of RGB (Red+Green+Blue) = 211+210+238=659 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.02% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3D2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D2EE is #2C2D11. Grayscale: #D5D5D5. Windows color (decimal): -2895122 or 15651539. OLE color: 15651539.

HSL color Cylindrical-coordinate representation of color #D3D2EE: hue angle of 242.14º degrees, saturation: 0.45, 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 #D3D2EE is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 210 238 -
CMYK 0.11 0.12 0 0.07
HSL 242.14º 0.45% 0.88% -
HSV(B) 242.14º 0.12% 0.93% -
XYZ 65.34 66.12 90.21 -
YUV 213.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 211 210 238 0.11 0.12 0 0.07 242.14 0.45 0.88
Hex D3 D2 EE B C 0 7 F2 2D 58
Octal 323 322 356 13 14 0 7 362 55 130
Binary 11010011 11010010 11101110 1011 1100 0 111 11110010 101101 1011000

Color Harmonies of #D3D2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D2EE

Black with #D3D2EE

Text Example


Text Example

White with #D3D2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D2EE; }

 p { color: rgb(211,210,238); }

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

background-color css

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

 a { background-color: rgb(211,210,238); }

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

border-color css

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

 span { border-color: rgb(211,210,238); }

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