Html Css Color HEX #D4D3F5 Quartz

📋 copy color: '#D4D3F5'

red 212 ◦ green 211 ◦ blue 245

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

Shades of Quartz #D4D3F5

Tints of Quartz #D4D3F5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.59%

 BLUE value IS 245 (96.09% from 255) = 36.68%

R = 31.74%
G = 31.59%
B = 36.68%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D4D3F5 (or 0xD4D3F5) is known color: Quartz. HEX triplet: D4, D3 and F5. RGB value is (212,211,245). Sum of RGB (Red+Green+Blue) = 212+211+245=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #D4D3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D3F5 is #2B2C0A. Grayscale: #D7D7D7. Windows color (decimal): -2829323 or 16110548. OLE color: 16110548.

HSL color Cylindrical-coordinate representation of color #D4D3F5: hue angle of 241.76º degrees, saturation: 0.63, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4D3F5 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 211 245 -
CMYK 0.13 0.14 0 0.04
HSL 241.76º 0.63% 0.89% -
HSV(B) 241.76º 0.14% 0.96% -
XYZ 66.93 67.18 95.83 -
YUV 215.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 212 211 245 0.13 0.14 0 0.04 241.76 0.63 0.89
Hex D4 D3 F5 D E 0 4 F2 3F 59
Octal 324 323 365 15 16 0 4 362 77 131
Binary 11010100 11010011 11110101 1101 1110 0 100 11110010 111111 1011001

Color Harmonies of #D4D3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D3F5

Black with #D4D3F5

Text Example


Text Example

White with #D4D3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D3F5; }

 p { color: rgb(212,211,245); }

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

background-color css

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

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

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

border-color css

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

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

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