Html Css Color HEX #D1D2EE Quartz

📋 copy color: '#D1D2EE'

red 209 ◦ green 210 ◦ blue 238

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

Shades of Quartz #D1D2EE

Tints of Quartz #D1D2EE

RGB

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

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

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

R = 31.81%
G = 31.96%
B = 36.23%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1D2EE (or 0xD1D2EE) is known color: Quartz. HEX triplet: D1, D2 and EE. RGB value is (209,210,238). Sum of RGB (Red+Green+Blue) = 209+210+238=657 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.81% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1D2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D2EE is #2E2D11. Grayscale: #D4D4D4. Windows color (decimal): -3026194 or 15651537. OLE color: 15651537.

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

Color convert

RGB 209 210 238 -
CMYK 0.12 0.12 0 0.07
HSL 237.93º 0.46% 0.88% -
HSV(B) 237.93º 0.12% 0.93% -
XYZ 64.77 65.82 90.18 -
YUV 212.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 209 210 238 0.12 0.12 0 0.07 237.93 0.46 0.88
Hex D1 D2 EE C C 0 7 EE 2E 58
Octal 321 322 356 14 14 0 7 356 56 130
Binary 11010001 11010010 11101110 1100 1100 0 111 11101110 101110 1011000

Color Harmonies of #D1D2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D2EE

Black with #D1D2EE

Text Example


Text Example

White with #D1D2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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