Html Css Color HEX #DFD9FA Quartz

📋 copy color: '#DFD9FA'

red 223 ◦ green 217 ◦ blue 250

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

Shades of Quartz #DFD9FA

Tints of Quartz #DFD9FA

RGB

 RED value IS 223 (87.5% from 255) = 32.32%

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

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

R = 32.32%
G = 31.45%
B = 36.23%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFD9FA (or 0xDFD9FA) is known color: Quartz. HEX triplet: DF, D9 and FA. RGB value is (223,217,250). Sum of RGB (Red+Green+Blue) = 223+217+250=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD9FA is #202605. Grayscale: #DEDEDE. Windows color (decimal): -2106886 or 16439775. OLE color: 16439775.

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

Color convert

RGB 223 217 250 -
CMYK 0.11 0.13 0 0.02
HSL 250.91º 0.77% 0.92% -
HSV(B) 250.91º 0.13% 0.98% -
XYZ 72.5 72.22 100.56 -
YUV 222.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 223 217 250 0.11 0.13 0 0.02 250.91 0.77 0.92
Hex DF D9 FA B D 0 2 FB 4D 5C
Octal 337 331 372 13 15 0 2 373 115 134
Binary 11011111 11011001 11111010 1011 1101 0 10 11111011 1001101 1011100

Color Harmonies of #DFD9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD9FA

Black with #DFD9FA

Text Example


Text Example

White with #DFD9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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