Html Css Color HEX #D4D4EB Quartz

📋 copy color: '#D4D4EB'

red 212 ◦ green 212 ◦ blue 235

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

Shades of Quartz #D4D4EB

Tints of Quartz #D4D4EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.66%

R = 32.17%
G = 32.17%
B = 35.66%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D4D4EB (or 0xD4D4EB) is known color: Quartz. HEX triplet: D4, D4 and EB. RGB value is (212,212,235). Sum of RGB (Red+Green+Blue) = 212+212+235=659 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.17% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4D4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D4EB is #2B2B14. Grayscale: #D6D6D6. Windows color (decimal): -2829077 or 15455444. OLE color: 15455444.

HSL color Cylindrical-coordinate representation of color #D4D4EB: hue angle of 240º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4D4EB is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 212 235 -
CMYK 0.10 0.10 0 0.08
HSL 240º 0.37% 0.88% -
HSV(B) 240º 0.1% 0.92% -
XYZ 65.69 67.08 88.08 -
YUV 214.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 212 212 235 0.10 0.10 0 0.08 240 0.37 0.88
Hex D4 D4 EB A A 0 8 F0 25 58
Octal 324 324 353 12 12 0 10 360 45 130
Binary 11010100 11010100 11101011 1010 1010 0 1000 11110000 100101 1011000

Color Harmonies of #D4D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D4EB

Black with #D4D4EB

Text Example


Text Example

White with #D4D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D4EB; }

 p { color: rgb(212,212,235); }

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

background-color css

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

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

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

border-color css

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

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

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