Html Css Color HEX #DFD6FA Quartz

📋 copy color: '#DFD6FA'

red 223 ◦ green 214 ◦ blue 250

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

Shades of Quartz #DFD6FA

Tints of Quartz #DFD6FA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.15%

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

R = 32.46%
G = 31.15%
B = 36.39%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFD6FA (or 0xDFD6FA) is known color: Quartz. HEX triplet: DF, D6 and FA. RGB value is (223,214,250). Sum of RGB (Red+Green+Blue) = 223+214+250=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFD6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6FA is #202905. Grayscale: #DCDCDC. Windows color (decimal): -2107654 or 16439007. OLE color: 16439007.

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

Color convert

RGB 223 214 250 -
CMYK 0.11 0.14 0 0.02
HSL 255º 0.78% 0.91% -
HSV(B) 255º 0.14% 0.98% -
XYZ 71.73 70.68 100.31 -
YUV 220.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 223 214 250 0.11 0.14 0 0.02 255 0.78 0.91
Hex DF D6 FA B E 0 2 FF 4E 5B
Octal 337 326 372 13 16 0 2 377 116 133
Binary 11011111 11010110 11111010 1011 1110 0 10 11111111 1001110 1011011

Color Harmonies of #DFD6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD6FA

Black with #DFD6FA

Text Example


Text Example

White with #DFD6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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