Html Css Color HEX #DFDAF6 Quartz

📋 copy color: '#DFDAF6'

red 223 ◦ green 218 ◦ blue 246

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

Shades of Quartz #DFDAF6

Tints of Quartz #DFDAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.81%

R = 32.46%
G = 31.73%
B = 35.81%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFDAF6 (or 0xDFDAF6) is known color: Quartz. HEX triplet: DF, DA and F6. RGB value is (223,218,246). Sum of RGB (Red+Green+Blue) = 223+218+246=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF6 is #202509. Grayscale: #DEDEDE. Windows color (decimal): -2106634 or 16177887. OLE color: 16177887.

HSL color Cylindrical-coordinate representation of color #DFDAF6: hue angle of 250.71º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDAF6 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 218 246 -
CMYK 0.09 0.11 0 0.04
HSL 250.71º 0.61% 0.91% -
HSV(B) 250.71º 0.11% 0.96% -
XYZ 72.14 72.48 97.38 -
YUV 222.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 223 218 246 0.09 0.11 0 0.04 250.71 0.61 0.91
Hex DF DA F6 9 B 0 4 FB 3D 5B
Octal 337 332 366 11 13 0 4 373 75 133
Binary 11011111 11011010 11110110 1001 1011 0 100 11111011 111101 1011011

Color Harmonies of #DFDAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDAF6

Black with #DFDAF6

Text Example


Text Example

White with #DFDAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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