Html Css Color HEX #DCD9FA Quartz

📋 copy color: '#DCD9FA'

red 220 ◦ green 217 ◦ blue 250

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

Shades of Quartz #DCD9FA

Tints of Quartz #DCD9FA

RGB

 RED value IS 220 (86.33% from 255) = 32.02%

 GREEN value IS 217 (85.16% from 255) = 31.59%

 BLUE value IS 250 (98.05% from 255) = 36.39%

R = 32.02%
G = 31.59%
B = 36.39%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCD9FA (or 0xDCD9FA) is known color: Quartz. HEX triplet: DC, D9 and FA. RGB value is (220,217,250). Sum of RGB (Red+Green+Blue) = 220+217+250=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9FA is #232605. Grayscale: #DDDDDD. Windows color (decimal): -2303494 or 16439772. OLE color: 16439772.

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

Color convert

RGB 220 217 250 -
CMYK 0.12 0.13 0 0.02
HSL 245.45º 0.77% 0.92% -
HSV(B) 245.45º 0.13% 0.98% -
XYZ 71.58 71.74 100.52 -
YUV 221.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 220 217 250 0.12 0.13 0 0.02 245.45 0.77 0.92
Hex DC D9 FA C D 0 2 F5 4D 5C
Octal 334 331 372 14 15 0 2 365 115 134
Binary 11011100 11011001 11111010 1100 1101 0 10 11110101 1001101 1011100

Color Harmonies of #DCD9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD9FA

Black with #DCD9FA

Text Example


Text Example

White with #DCD9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD9FA; }

 p { color: rgb(220,217,250); }

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

background-color css

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

 a { background-color: rgb(220,217,250); }

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

border-color css

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

 span { border-color: rgb(220,217,250); }

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