Html Css Color HEX #DFD6F8 Quartz

📋 copy color: '#DFD6F8'

red 223 ◦ green 214 ◦ blue 248

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

Shades of Quartz #DFD6F8

Tints of Quartz #DFD6F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.2%

R = 32.55%
G = 31.24%
B = 36.2%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DFD6F8 (or 0xDFD6F8) is known color: Quartz. HEX triplet: DF, D6 and F8. RGB value is (223,214,248). Sum of RGB (Red+Green+Blue) = 223+214+248=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFD6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6F8 is #202907. Grayscale: #DCDCDC. Windows color (decimal): -2107656 or 16307935. OLE color: 16307935.

HSL color Cylindrical-coordinate representation of color #DFD6F8: hue angle of 255.88º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFD6F8 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 223 214 248 -
CMYK 0.10 0.14 0 0.03
HSL 255.88º 0.71% 0.91% -
HSV(B) 255.88º 0.14% 0.97% -
XYZ 71.42 70.56 98.66 -
YUV 220.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 223 214 248 0.10 0.14 0 0.03 255.88 0.71 0.91
Hex DF D6 F8 A E 0 3 100 47 5B
Octal 337 326 370 12 16 0 3 400 107 133
Binary 11011111 11010110 11111000 1010 1110 0 11 100000000 1000111 1011011

Color Harmonies of #DFD6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD6F8

Black with #DFD6F8

Text Example


Text Example

White with #DFD6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD6F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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