Html Css Color HEX #D4D0EB Quartz

📋 copy color: '#D4D0EB'

red 212 ◦ green 208 ◦ blue 235

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

Shades of Quartz #D4D0EB

Tints of Quartz #D4D0EB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.76%

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

R = 32.37%
G = 31.76%
B = 35.88%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D4D0EB (or 0xD4D0EB) is known color: Quartz. HEX triplet: D4, D0 and EB. RGB value is (212,208,235). Sum of RGB (Red+Green+Blue) = 212+208+235=655 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.37% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4D0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D0EB is #2B2F14. Grayscale: #D4D4D4. Windows color (decimal): -2830101 or 15454420. OLE color: 15454420.

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

Color convert

RGB 212 208 235 -
CMYK 0.10 0.11 0 0.08
HSL 248.89º 0.4% 0.87% -
HSV(B) 248.89º 0.11% 0.92% -
XYZ 64.7 65.11 87.75 -
YUV 212.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 212 208 235 0.10 0.11 0 0.08 248.89 0.4 0.87
Hex D4 D0 EB A B 0 8 F9 28 57
Octal 324 320 353 12 13 0 10 371 50 127
Binary 11010100 11010000 11101011 1010 1011 0 1000 11111001 101000 1010111

Color Harmonies of #D4D0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D0EB

Black with #D4D0EB

Text Example


Text Example

White with #D4D0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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