Html Css Color HEX #DFDDF6 Quartz

📋 copy color: '#DFDDF6'

red 223 ◦ green 221 ◦ blue 246

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

Shades of Quartz #DFDDF6

Tints of Quartz #DFDDF6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.03%

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

R = 32.32%
G = 32.03%
B = 35.65%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFDDF6 (or 0xDFDDF6) is known color: Quartz. HEX triplet: DF, DD and F6. RGB value is (223,221,246). Sum of RGB (Red+Green+Blue) = 223+221+246=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDF6 is #202209. Grayscale: #E0E0E0. Windows color (decimal): -2105866 or 16178655. OLE color: 16178655.

HSL color Cylindrical-coordinate representation of color #DFDDF6: hue angle of 244.8º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFDDF6 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 221 246 -
CMYK 0.09 0.10 0 0.04
HSL 244.8º 0.58% 0.92% -
HSV(B) 244.8º 0.1% 0.96% -
XYZ 72.92 74.05 97.64 -
YUV 224.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 223 221 246 0.09 0.10 0 0.04 244.8 0.58 0.92
Hex DF DD F6 9 A 0 4 F5 3A 5C
Octal 337 335 366 11 12 0 4 365 72 134
Binary 11011111 11011101 11110110 1001 1010 0 100 11110101 111010 1011100

Color Harmonies of #DFDDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDDF6

Black with #DFDDF6

Text Example


Text Example

White with #DFDDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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