Html Css Color HEX #DCD9ED Quartz

📋 copy color: '#DCD9ED'

red 220 ◦ green 217 ◦ blue 237

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

Shades of Quartz #DCD9ED

Tints of Quartz #DCD9ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.16%

R = 32.64%
G = 32.2%
B = 35.16%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCD9ED (or 0xDCD9ED) is known color: Quartz. HEX triplet: DC, D9 and ED. RGB value is (220,217,237). Sum of RGB (Red+Green+Blue) = 220+217+237=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCD9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9ED is #232612. Grayscale: #DCDCDC. Windows color (decimal): -2303507 or 15587804. OLE color: 15587804.

HSL color Cylindrical-coordinate representation of color #DCD9ED: hue angle of 249º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCD9ED is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 217 237 -
CMYK 0.07 0.08 0 0.07
HSL 249º 0.36% 0.89% -
HSV(B) 249º 0.08% 0.93% -
XYZ 69.61 70.96 90.15 -
YUV 220.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 220 217 237 0.07 0.08 0 0.07 249 0.36 0.89
Hex DC D9 ED 7 8 0 7 F9 24 59
Octal 334 331 355 7 10 0 7 371 44 131
Binary 11011100 11011001 11101101 111 1000 0 111 11111001 100100 1011001

Color Harmonies of #DCD9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD9ED

Black with #DCD9ED

Text Example


Text Example

White with #DCD9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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