Html Css Color HEX #D4D9FA Quartz

📋 copy color: '#D4D9FA'

red 212 ◦ green 217 ◦ blue 250

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

Shades of Quartz #D4D9FA

Tints of Quartz #D4D9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.96%

 BLUE value IS 250 (98.05% from 255) = 36.82%

R = 31.22%
G = 31.96%
B = 36.82%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4D9FA (or 0xD4D9FA) is known color: Quartz. HEX triplet: D4, D9 and FA. RGB value is (212,217,250). Sum of RGB (Red+Green+Blue) = 212+217+250=679 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.22% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4D9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D9FA is #2B2605. Grayscale: #DBDBDB. Windows color (decimal): -2827782 or 16439764. OLE color: 16439764.

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

Color convert

RGB 212 217 250 -
CMYK 0.15 0.13 0 0.02
HSL 232.11º 0.79% 0.91% -
HSV(B) 232.11º 0.15% 0.98% -
XYZ 69.22 70.52 100.41 -
YUV 219.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 212 217 250 0.15 0.13 0 0.02 232.11 0.79 0.91
Hex D4 D9 FA F D 0 2 E8 4F 5B
Octal 324 331 372 17 15 0 2 350 117 133
Binary 11010100 11011001 11111010 1111 1101 0 10 11101000 1001111 1011011

Color Harmonies of #D4D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D9FA

Black with #D4D9FA

Text Example


Text Example

White with #D4D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D9FA; }

 p { color: rgb(212,217,250); }

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

background-color css

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

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

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

border-color css

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

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

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