Html Css Color HEX #DFDCF6 Quartz

📋 copy color: '#DFDCF6'

red 223 ◦ green 220 ◦ blue 246

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

Shades of Quartz #DFDCF6

Tints of Quartz #DFDCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.7%

R = 32.37%
G = 31.93%
B = 35.7%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFDCF6 (or 0xDFDCF6) is known color: Quartz. HEX triplet: DF, DC and F6. RGB value is (223,220,246). Sum of RGB (Red+Green+Blue) = 223+220+246=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFDCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCF6 is #202309. Grayscale: #DFDFDF. Windows color (decimal): -2106122 or 16178399. OLE color: 16178399.

HSL color Cylindrical-coordinate representation of color #DFDCF6: hue angle of 246.92º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDCF6 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 220 246 -
CMYK 0.09 0.11 0 0.04
HSL 246.92º 0.59% 0.91% -
HSV(B) 246.92º 0.11% 0.96% -
XYZ 72.66 73.53 97.55 -
YUV 223.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 223 220 246 0.09 0.11 0 0.04 246.92 0.59 0.91
Hex DF DC F6 9 B 0 4 F7 3B 5B
Octal 337 334 366 11 13 0 4 367 73 133
Binary 11011111 11011100 11110110 1001 1011 0 100 11110111 111011 1011011

Color Harmonies of #DFDCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDCF6

Black with #DFDCF6

Text Example


Text Example

White with #DFDCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDCF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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