Html Css Color HEX #DFDAF1 Quartz

📋 copy color: '#DFDAF1'

red 223 ◦ green 218 ◦ blue 241

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

Shades of Quartz #DFDAF1

Tints of Quartz #DFDAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.34%

R = 32.7%
G = 31.96%
B = 35.34%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFDAF1 (or 0xDFDAF1) is known color: Quartz. HEX triplet: DF, DA and F1. RGB value is (223,218,241). Sum of RGB (Red+Green+Blue) = 223+218+241=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFDAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF1 is #20250E. Grayscale: #DEDEDE. Windows color (decimal): -2106639 or 15850207. OLE color: 15850207.

HSL color Cylindrical-coordinate representation of color #DFDAF1: hue angle of 253.04º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFDAF1 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 218 241 -
CMYK 0.07 0.10 0 0.05
HSL 253.04º 0.45% 0.9% -
HSV(B) 253.04º 0.1% 0.95% -
XYZ 71.38 72.18 93.39 -
YUV 222.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 223 218 241 0.07 0.10 0 0.05 253.04 0.45 0.9
Hex DF DA F1 7 A 0 5 FD 2D 5A
Octal 337 332 361 7 12 0 5 375 55 132
Binary 11011111 11011010 11110001 111 1010 0 101 11111101 101101 1011010

Color Harmonies of #DFDAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDAF1

Black with #DFDAF1

Text Example


Text Example

White with #DFDAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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