Html Css Color HEX #DCD9F9 Quartz

📋 copy color: '#DCD9F9'

red 220 ◦ green 217 ◦ blue 249

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

Shades of Quartz #DCD9F9

Tints of Quartz #DCD9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.3%

R = 32.07%
G = 31.63%
B = 36.3%

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

#DCD9F9 (or 0xDCD9F9) is known color: Quartz. HEX triplet: DC, D9 and F9. RGB value is (220,217,249). Sum of RGB (Red+Green+Blue) = 220+217+249=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 217 (85.16% from 255 or 31.63% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCD9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9F9 is #232606. Grayscale: #DDDDDD. Windows color (decimal): -2303495 or 16374236. OLE color: 16374236.

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

Color convert

RGB 220 217 249 -
CMYK 0.12 0.13 0 0.02
HSL 245.63º 0.73% 0.91% -
HSV(B) 245.63º 0.13% 0.98% -
XYZ 71.43 71.68 99.69 -
YUV 221.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 220 217 249 0.12 0.13 0 0.02 245.63 0.73 0.91
Hex DC D9 F9 C D 0 2 F6 49 5B
Octal 334 331 371 14 15 0 2 366 111 133
Binary 11011100 11011001 11111001 1100 1101 0 10 11110110 1001001 1011011

Color Harmonies of #DCD9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD9F9

Black with #DCD9F9

Text Example


Text Example

White with #DCD9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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