Html Css Color HEX #DFDDFC Quartz

📋 copy color: '#DFDDFC'

red 223 ◦ green 221 ◦ blue 252

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

Shades of Quartz #DFDDFC

Tints of Quartz #DFDDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.21%

R = 32.04%
G = 31.75%
B = 36.21%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFDDFC (or 0xDFDDFC) is known color: Quartz. HEX triplet: DF, DD and FC. RGB value is (223,221,252). Sum of RGB (Red+Green+Blue) = 223+221+252=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDFC is #202203. Grayscale: #E1E1E1. Windows color (decimal): -2105860 or 16571871. OLE color: 16571871.

HSL color Cylindrical-coordinate representation of color #DFDDFC: hue angle of 243.87º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFDDFC is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 221 252 -
CMYK 0.12 0.12 0 0.01
HSL 243.87º 0.84% 0.93% -
HSV(B) 243.87º 0.12% 0.99% -
XYZ 73.86 74.43 102.57 -
YUV 225.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 223 221 252 0.12 0.12 0 0.01 243.87 0.84 0.93
Hex DF DD FC C C 0 1 F4 54 5D
Octal 337 335 374 14 14 0 1 364 124 135
Binary 11011111 11011101 11111100 1100 1100 0 1 11110100 1010100 1011101

Color Harmonies of #DFDDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDDFC

Black with #DFDDFC

Text Example


Text Example

White with #DFDDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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