Html Css Color HEX #DFDAF7 Quartz

📋 copy color: '#DFDAF7'

red 223 ◦ green 218 ◦ blue 247

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

Shades of Quartz #DFDAF7

Tints of Quartz #DFDAF7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.69%

 BLUE value IS 247 (96.88% from 255) = 35.9%

R = 32.41%
G = 31.69%
B = 35.9%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DFDAF7 (or 0xDFDAF7) is known color: Quartz. HEX triplet: DF, DA and F7. RGB value is (223,218,247). Sum of RGB (Red+Green+Blue) = 223+218+247=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFDAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF7 is #202508. Grayscale: #DEDEDE. Windows color (decimal): -2106633 or 16243423. OLE color: 16243423.

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

Color convert

RGB 223 218 247 -
CMYK 0.10 0.12 0 0.03
HSL 250.34º 0.64% 0.91% -
HSV(B) 250.34º 0.12% 0.97% -
XYZ 72.29 72.55 98.19 -
YUV 222.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 223 218 247 0.10 0.12 0 0.03 250.34 0.64 0.91
Hex DF DA F7 A C 0 3 FA 40 5B
Octal 337 332 367 12 14 0 3 372 100 133
Binary 11011111 11011010 11110111 1010 1100 0 11 11111010 1000000 1011011

Color Harmonies of #DFDAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDAF7

Black with #DFDAF7

Text Example


Text Example

White with #DFDAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDAF7; }

 p { color: rgb(223,218,247); }

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

background-color css

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

 a { background-color: rgb(223,218,247); }

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

border-color css

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

 span { border-color: rgb(223,218,247); }

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