Html Css Color HEX #DCD9EA Quartz

📋 copy color: '#DCD9EA'

red 220 ◦ green 217 ◦ blue 234

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

Shades of Quartz #DCD9EA

Tints of Quartz #DCD9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.87%

R = 32.79%
G = 32.34%
B = 34.87%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DCD9EA (or 0xDCD9EA) is known color: Quartz. HEX triplet: DC, D9 and EA. RGB value is (220,217,234). Sum of RGB (Red+Green+Blue) = 220+217+234=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCD9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9EA is #232615. Grayscale: #DBDBDB. Windows color (decimal): -2303510 or 15391196. OLE color: 15391196.

HSL color Cylindrical-coordinate representation of color #DCD9EA: hue angle of 250.59º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCD9EA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 217 234 -
CMYK 0.06 0.07 0 0.08
HSL 250.59º 0.29% 0.88% -
HSV(B) 250.59º 0.07% 0.92% -
XYZ 69.18 70.78 87.86 -
YUV 219.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 220 217 234 0.06 0.07 0 0.08 250.59 0.29 0.88
Hex DC D9 EA 6 7 0 8 FB 1D 58
Octal 334 331 352 6 7 0 10 373 35 130
Binary 11011100 11011001 11101010 110 111 0 1000 11111011 11101 1011000

Color Harmonies of #DCD9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD9EA

Black with #DCD9EA

Text Example


Text Example

White with #DCD9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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