Html Css Color HEX #DFDCF9 Quartz

📋 copy color: '#DFDCF9'

red 223 ◦ green 220 ◦ blue 249

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

Shades of Quartz #DFDCF9

Tints of Quartz #DFDCF9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.79%

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

R = 32.23%
G = 31.79%
B = 35.98%

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

#DFDCF9 (or 0xDFDCF9) is known color: Quartz. HEX triplet: DF, DC and F9. RGB value is (223,220,249). Sum of RGB (Red+Green+Blue) = 223+220+249=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFDCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCF9 is #202306. Grayscale: #E0E0E0. Windows color (decimal): -2106119 or 16375007. OLE color: 16375007.

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

Color convert

RGB 223 220 249 -
CMYK 0.10 0.12 0 0.02
HSL 246.21º 0.71% 0.92% -
HSV(B) 246.21º 0.12% 0.98% -
XYZ 73.12 73.71 100 -
YUV 224.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 223 220 249 0.10 0.12 0 0.02 246.21 0.71 0.92
Hex DF DC F9 A C 0 2 F6 47 5C
Octal 337 334 371 12 14 0 2 366 107 134
Binary 11011111 11011100 11111001 1010 1100 0 10 11110110 1000111 1011100

Color Harmonies of #DFDCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDCF9

Black with #DFDCF9

Text Example


Text Example

White with #DFDCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDCF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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