Html Css Color HEX #DCD8F9 Quartz

📋 copy color: '#DCD8F9'

red 220 ◦ green 216 ◦ blue 249

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

Shades of Quartz #DCD8F9

Tints of Quartz #DCD8F9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.53%

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

R = 32.12%
G = 31.53%
B = 36.35%

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

#DCD8F9 (or 0xDCD8F9) is known color: Quartz. HEX triplet: DC, D8 and F9. RGB value is (220,216,249). Sum of RGB (Red+Green+Blue) = 220+216+249=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCD8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD8F9 is #232706. Grayscale: #DCDCDC. Windows color (decimal): -2303751 or 16373980. OLE color: 16373980.

HSL color Cylindrical-coordinate representation of color #DCD8F9: hue angle of 247.27º 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 #DCD8F9 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 216 249 -
CMYK 0.12 0.13 0 0.02
HSL 247.27º 0.73% 0.91% -
HSV(B) 247.27º 0.13% 0.98% -
XYZ 71.17 71.17 99.61 -
YUV 220.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 220 216 249 0.12 0.13 0 0.02 247.27 0.73 0.91
Hex DC D8 F9 C D 0 2 F7 49 5B
Octal 334 330 371 14 15 0 2 367 111 133
Binary 11011100 11011000 11111001 1100 1101 0 10 11110111 1001001 1011011

Color Harmonies of #DCD8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8F9

Black with #DCD8F9

Text Example


Text Example

White with #DCD8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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