Html Css Color HEX #DFD9F9 Quartz

📋 copy color: '#DFD9F9'

red 223 ◦ green 217 ◦ blue 249

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

Shades of Quartz #DFD9F9

Tints of Quartz #DFD9F9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.49%

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

R = 32.37%
G = 31.49%
B = 36.14%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFD9F9 (or 0xDFD9F9) is known color: Quartz. HEX triplet: DF, D9 and F9. RGB value is (223,217,249). Sum of RGB (Red+Green+Blue) = 223+217+249=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFD9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD9F9 is #202606. Grayscale: #DEDEDE. Windows color (decimal): -2106887 or 16374239. OLE color: 16374239.

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

Color convert

RGB 223 217 249 -
CMYK 0.10 0.13 0 0.02
HSL 251.25º 0.73% 0.91% -
HSV(B) 251.25º 0.13% 0.98% -
XYZ 72.34 72.15 99.74 -
YUV 222.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 223 217 249 0.10 0.13 0 0.02 251.25 0.73 0.91
Hex DF D9 F9 A D 0 2 FB 49 5B
Octal 337 331 371 12 15 0 2 373 111 133
Binary 11011111 11011001 11111001 1010 1101 0 10 11111011 1001001 1011011

Color Harmonies of #DFD9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD9F9

Black with #DFD9F9

Text Example


Text Example

White with #DFD9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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