Html Css Color HEX #DFDBF9 Quartz

📋 copy color: '#DFDBF9'

red 223 ◦ green 219 ◦ blue 249

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

Shades of Quartz #DFDBF9

Tints of Quartz #DFDBF9

RGB

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

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

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

R = 32.27%
G = 31.69%
B = 36.03%

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

#DFDBF9 (or 0xDFDBF9) is known color: Quartz. HEX triplet: DF, DB and F9. RGB value is (223,219,249). Sum of RGB (Red+Green+Blue) = 223+219+249=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFDBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBF9 is #202406. Grayscale: #DFDFDF. Windows color (decimal): -2106375 or 16374751. OLE color: 16374751.

HSL color Cylindrical-coordinate representation of color #DFDBF9: hue angle of 248º degrees, saturation: 0.71, 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 #DFDBF9 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 219 249 -
CMYK 0.10 0.12 0 0.02
HSL 248º 0.71% 0.92% -
HSV(B) 248º 0.12% 0.98% -
XYZ 72.86 73.19 99.91 -
YUV 223.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 223 219 249 0.10 0.12 0 0.02 248 0.71 0.92
Hex DF DB F9 A C 0 2 F8 47 5C
Octal 337 333 371 12 14 0 2 370 107 134
Binary 11011111 11011011 11111001 1010 1100 0 10 11111000 1000111 1011100

Color Harmonies of #DFDBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDBF9

Black with #DFDBF9

Text Example


Text Example

White with #DFDBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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