Html Css Color HEX #DFDCFD Quartz

📋 copy color: '#DFDCFD'

red 223 ◦ green 220 ◦ blue 253

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

Shades of Quartz #DFDCFD

Tints of Quartz #DFDCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.35%

R = 32.04%
G = 31.61%
B = 36.35%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFDCFD (or 0xDFDCFD) is known color: Quartz. HEX triplet: DF, DC and FD. RGB value is (223,220,253). Sum of RGB (Red+Green+Blue) = 223+220+253=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCFD is #202302. Grayscale: #E0E0E0. Windows color (decimal): -2106115 or 16637151. OLE color: 16637151.

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

Color convert

RGB 223 220 253 -
CMYK 0.12 0.13 0 0.01
HSL 245.45º 0.89% 0.93% -
HSV(B) 245.45º 0.13% 0.99% -
XYZ 73.75 73.97 103.32 -
YUV 224.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 223 220 253 0.12 0.13 0 0.01 245.45 0.89 0.93
Hex DF DC FD C D 0 1 F5 59 5D
Octal 337 334 375 14 15 0 1 365 131 135
Binary 11011111 11011100 11111101 1100 1101 0 1 11110101 1011001 1011101

Color Harmonies of #DFDCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDCFD

Black with #DFDCFD

Text Example


Text Example

White with #DFDCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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