Html Css Color HEX #D4D2EE Quartz

📋 copy color: '#D4D2EE'

red 212 ◦ green 210 ◦ blue 238

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

Shades of Quartz #D4D2EE

Tints of Quartz #D4D2EE

RGB

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

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

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

R = 32.12%
G = 31.82%
B = 36.06%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4D2EE (or 0xD4D2EE) is known color: Quartz. HEX triplet: D4, D2 and EE. RGB value is (212,210,238). Sum of RGB (Red+Green+Blue) = 212+210+238=660 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.12% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4D2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D2EE is #2B2D11. Grayscale: #D5D5D5. Windows color (decimal): -2829586 or 15651540. OLE color: 15651540.

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

Color convert

RGB 212 210 238 -
CMYK 0.11 0.12 0 0.07
HSL 244.29º 0.45% 0.88% -
HSV(B) 244.29º 0.12% 0.93% -
XYZ 65.63 66.26 90.22 -
YUV 213.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 212 210 238 0.11 0.12 0 0.07 244.29 0.45 0.88
Hex D4 D2 EE B C 0 7 F4 2D 58
Octal 324 322 356 13 14 0 7 364 55 130
Binary 11010100 11010010 11101110 1011 1100 0 111 11110100 101101 1011000

Color Harmonies of #D4D2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D2EE

Black with #D4D2EE

Text Example


Text Example

White with #D4D2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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