Html Css Color HEX #DFDAF9 Quartz

📋 copy color: '#DFDAF9'

red 223 ◦ green 218 ◦ blue 249

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

Shades of Quartz #DFDAF9

Tints of Quartz #DFDAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.09%

R = 32.32%
G = 31.59%
B = 36.09%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFDAF9 (or 0xDFDAF9) is known color: Quartz. HEX triplet: DF, DA and F9. RGB value is (223,218,249). Sum of RGB (Red+Green+Blue) = 223+218+249=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFDAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF9 is #202506. Grayscale: #DEDEDE. Windows color (decimal): -2106631 or 16374495. OLE color: 16374495.

HSL color Cylindrical-coordinate representation of color #DFDAF9: hue angle of 249.68º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFDAF9 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 218 249 -
CMYK 0.10 0.12 0 0.02
HSL 249.68º 0.72% 0.92% -
HSV(B) 249.68º 0.12% 0.98% -
XYZ 72.6 72.67 99.82 -
YUV 223.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 223 218 249 0.10 0.12 0 0.02 249.68 0.72 0.92
Hex DF DA F9 A C 0 2 FA 48 5C
Octal 337 332 371 12 14 0 2 372 110 134
Binary 11011111 11011010 11111001 1010 1100 0 10 11111010 1001000 1011100

Color Harmonies of #DFDAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDAF9

Black with #DFDAF9

Text Example


Text Example

White with #DFDAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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