Html Css Color HEX #DFDBF7 Quartz

📋 copy color: '#DFDBF7'

red 223 ◦ green 219 ◦ blue 247

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

Shades of Quartz #DFDBF7

Tints of Quartz #DFDBF7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.79%

 BLUE value IS 247 (96.88% from 255) = 35.85%

R = 32.37%
G = 31.79%
B = 35.85%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DFDBF7 (or 0xDFDBF7) is known color: Quartz. HEX triplet: DF, DB and F7. RGB value is (223,219,247). Sum of RGB (Red+Green+Blue) = 223+219+247=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFDBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBF7 is #202408. Grayscale: #DFDFDF. Windows color (decimal): -2106377 or 16243679. OLE color: 16243679.

HSL color Cylindrical-coordinate representation of color #DFDBF7: hue angle of 248.57º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDBF7 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 223 219 247 -
CMYK 0.10 0.11 0 0.03
HSL 248.57º 0.64% 0.91% -
HSV(B) 248.57º 0.11% 0.97% -
XYZ 72.55 73.07 98.28 -
YUV 223.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 223 219 247 0.10 0.11 0 0.03 248.57 0.64 0.91
Hex DF DB F7 A B 0 3 F9 40 5B
Octal 337 333 367 12 13 0 3 371 100 133
Binary 11011111 11011011 11110111 1010 1011 0 11 11111001 1000000 1011011

Color Harmonies of #DFDBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDBF7

Black with #DFDBF7

Text Example


Text Example

White with #DFDBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDBF7; }

 p { color: rgb(223,219,247); }

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

background-color css

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

 a { background-color: rgb(223,219,247); }

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

border-color css

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

 span { border-color: rgb(223,219,247); }

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