Html Css Color HEX #DCD9EF Quartz

📋 copy color: '#DCD9EF'

red 220 ◦ green 217 ◦ blue 239

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

Shades of Quartz #DCD9EF

Tints of Quartz #DCD9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.36%

R = 32.54%
G = 32.1%
B = 35.36%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCD9EF (or 0xDCD9EF) is known color: Quartz. HEX triplet: DC, D9 and EF. RGB value is (220,217,239). Sum of RGB (Red+Green+Blue) = 220+217+239=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCD9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9EF is #232610. Grayscale: #DCDCDC. Windows color (decimal): -2303505 or 15718876. OLE color: 15718876.

HSL color Cylindrical-coordinate representation of color #DCD9EF: hue angle of 248.18º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD9EF is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 217 239 -
CMYK 0.08 0.09 0 0.06
HSL 248.18º 0.41% 0.89% -
HSV(B) 248.18º 0.09% 0.94% -
XYZ 69.91 71.07 91.7 -
YUV 220.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 220 217 239 0.08 0.09 0 0.06 248.18 0.41 0.89
Hex DC D9 EF 8 9 0 6 F8 29 59
Octal 334 331 357 10 11 0 6 370 51 131
Binary 11011100 11011001 11101111 1000 1001 0 110 11111000 101001 1011001

Color Harmonies of #DCD9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD9EF

Black with #DCD9EF

Text Example


Text Example

White with #DCD9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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