Html Css Color HEX #DFD9F1 Quartz

📋 copy color: '#DFD9F1'

red 223 ◦ green 217 ◦ blue 241

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

Shades of Quartz #DFD9F1

Tints of Quartz #DFD9F1

RGB

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

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

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

R = 32.75%
G = 31.86%
B = 35.39%

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

#DFD9F1 (or 0xDFD9F1) is known color: Quartz. HEX triplet: DF, D9 and F1. RGB value is (223,217,241). Sum of RGB (Red+Green+Blue) = 223+217+241=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD9F1 is #20260E. Grayscale: #DDDDDD. Windows color (decimal): -2106895 or 15849951. OLE color: 15849951.

HSL color Cylindrical-coordinate representation of color #DFD9F1: hue angle of 255º degrees, saturation: 0.46, 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 #DFD9F1 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 217 241 -
CMYK 0.07 0.10 0 0.05
HSL 255º 0.46% 0.9% -
HSV(B) 255º 0.1% 0.95% -
XYZ 71.12 71.66 93.3 -
YUV 221.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 223 217 241 0.07 0.10 0 0.05 255 0.46 0.9
Hex DF D9 F1 7 A 0 5 FF 2E 5A
Octal 337 331 361 7 12 0 5 377 56 132
Binary 11011111 11011001 11110001 111 1010 0 101 11111111 101110 1011010

Color Harmonies of #DFD9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD9F1

Black with #DFD9F1

Text Example


Text Example

White with #DFD9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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