Html Css Color HEX #D2D4ED Quartz

📋 copy color: '#D2D4ED'

red 210 ◦ green 212 ◦ blue 237

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

Shades of Quartz #D2D4ED

Tints of Quartz #D2D4ED

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.17%

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

R = 31.87%
G = 32.17%
B = 35.96%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D2D4ED (or 0xD2D4ED) is known color: Quartz. HEX triplet: D2, D4 and ED. RGB value is (210,212,237). Sum of RGB (Red+Green+Blue) = 210+212+237=659 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.87% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2D4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D4ED is #2D2B12. Grayscale: #D6D6D6. Windows color (decimal): -2960147 or 15586514. OLE color: 15586514.

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

Color convert

RGB 210 212 237 -
CMYK 0.11 0.11 0 0.07
HSL 235.56º 0.43% 0.88% -
HSV(B) 235.56º 0.11% 0.93% -
XYZ 65.41 66.9 89.59 -
YUV 214.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 210 212 237 0.11 0.11 0 0.07 235.56 0.43 0.88
Hex D2 D4 ED B B 0 7 EC 2B 58
Octal 322 324 355 13 13 0 7 354 53 130
Binary 11010010 11010100 11101101 1011 1011 0 111 11101100 101011 1011000

Color Harmonies of #D2D4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D4ED

Black with #D2D4ED

Text Example


Text Example

White with #D2D4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D4ED; }

 p { color: rgb(210,212,237); }

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

background-color css

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

 a { background-color: rgb(210,212,237); }

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

border-color css

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

 span { border-color: rgb(210,212,237); }

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