Html Css Color HEX #D1D3ED Quartz

📋 copy color: '#D1D3ED'

red 209 ◦ green 211 ◦ blue 237

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

Shades of Quartz #D1D3ED

Tints of Quartz #D1D3ED

RGB

 RED value IS 209 (82.03% from 255) = 31.81%

 GREEN value IS 211 (82.81% from 255) = 32.12%

 BLUE value IS 237 (92.97% from 255) = 36.07%

R = 31.81%
G = 32.12%
B = 36.07%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1D3ED (or 0xD1D3ED) is known color: Quartz. HEX triplet: D1, D3 and ED. RGB value is (209,211,237). Sum of RGB (Red+Green+Blue) = 209+211+237=657 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.81% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1D3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D3ED is #2E2C12. Grayscale: #D5D5D5. Windows color (decimal): -3025939 or 15586257. OLE color: 15586257.

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

Color convert

RGB 209 211 237 -
CMYK 0.12 0.11 0 0.07
HSL 235.71º 0.44% 0.87% -
HSV(B) 235.71º 0.12% 0.93% -
XYZ 64.87 66.26 89.49 -
YUV 213.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 209 211 237 0.12 0.11 0 0.07 235.71 0.44 0.87
Hex D1 D3 ED C B 0 7 EC 2C 57
Octal 321 323 355 14 13 0 7 354 54 127
Binary 11010001 11010011 11101101 1100 1011 0 111 11101100 101100 1010111

Color Harmonies of #D1D3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D3ED

Black with #D1D3ED

Text Example


Text Example

White with #D1D3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D3ED; }

 p { color: rgb(209,211,237); }

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

background-color css

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

 a { background-color: rgb(209,211,237); }

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

border-color css

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

 span { border-color: rgb(209,211,237); }

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