Html Css Color HEX #D8D4F9 Quartz

📋 copy color: '#D8D4F9'

red 216 ◦ green 212 ◦ blue 249

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

Shades of Quartz #D8D4F9

Tints of Quartz #D8D4F9

RGB

 RED value IS 216 (84.77% from 255) = 31.91%

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

 BLUE value IS 249 (97.66% from 255) = 36.78%

R = 31.91%
G = 31.31%
B = 36.78%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D8D4F9 (or 0xD8D4F9) is known color: Quartz. HEX triplet: D8, D4 and F9. RGB value is (216,212,249). Sum of RGB (Red+Green+Blue) = 216+212+249=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8D4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D4F9 is #272B06. Grayscale: #D9D9D9. Windows color (decimal): -2566919 or 16372952. OLE color: 16372952.

HSL color Cylindrical-coordinate representation of color #D8D4F9: hue angle of 246.49º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8D4F9 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 212 249 -
CMYK 0.13 0.15 0 0.02
HSL 246.49º 0.76% 0.9% -
HSV(B) 246.49º 0.15% 0.98% -
XYZ 68.96 68.53 99.21 -
YUV 217.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 216 212 249 0.13 0.15 0 0.02 246.49 0.76 0.9
Hex D8 D4 F9 D F 0 2 F6 4C 5A
Octal 330 324 371 15 17 0 2 366 114 132
Binary 11011000 11010100 11111001 1101 1111 0 10 11110110 1001100 1011010

Color Harmonies of #D8D4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D4F9

Black with #D8D4F9

Text Example


Text Example

White with #D8D4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D4F9; }

 p { color: rgb(216,212,249); }

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

background-color css

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

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

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

border-color css

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

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

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