Html Css Color HEX #D4D4E8 Quartz

📋 copy color: '#D4D4E8'

red 212 ◦ green 212 ◦ blue 232

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

Shades of Quartz #D4D4E8

Tints of Quartz #D4D4E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.37%

R = 32.32%
G = 32.32%
B = 35.37%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D4D4E8 (or 0xD4D4E8) is known color: Quartz. HEX triplet: D4, D4 and E8. RGB value is (212,212,232). Sum of RGB (Red+Green+Blue) = 212+212+232=656 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.32% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 232 - color contains mainly: blue. Hex color #D4D4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D4E8 is #2B2B17. Grayscale: #D6D6D6. Windows color (decimal): -2829080 or 15258836. OLE color: 15258836.

HSL color Cylindrical-coordinate representation of color #D4D4E8: hue angle of 240º degrees, saturation: 0.3, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4D4E8 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 212 232 -
CMYK 0.09 0.09 0 0.09
HSL 240º 0.3% 0.87% -
HSV(B) 240º 0.09% 0.91% -
XYZ 65.26 66.91 85.82 -
YUV 214.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 212 212 232 0.09 0.09 0 0.09 240 0.3 0.87
Hex D4 D4 E8 9 9 0 9 F0 1E 57
Octal 324 324 350 11 11 0 11 360 36 127
Binary 11010100 11010100 11101000 1001 1001 0 1001 11110000 11110 1010111

Color Harmonies of #D4D4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D4E8

Black with #D4D4E8

Text Example


Text Example

White with #D4D4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D4E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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