Html Css Color HEX #DCDCE7 Quartz

📋 copy color: '#DCDCE7'

red 220 ◦ green 220 ◦ blue 231

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

Shades of Quartz #DCDCE7

Tints of Quartz #DCDCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.43%

R = 32.79%
G = 32.79%
B = 34.43%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCDCE7 (or 0xDCDCE7) is known color: Quartz. HEX triplet: DC, DC and E7. RGB value is (220,220,231). Sum of RGB (Red+Green+Blue) = 220+220+231=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCDCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCE7 is #232318. Grayscale: #DDDDDD. Windows color (decimal): -2302745 or 15195356. OLE color: 15195356.

HSL color Cylindrical-coordinate representation of color #DCDCE7: hue angle of 240º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCDCE7 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 220 231 -
CMYK 0.05 0.05 0 0.09
HSL 240º 0.19% 0.88% -
HSV(B) 240º 0.05% 0.91% -
XYZ 69.53 72.17 85.87 -
YUV 221.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 220 220 231 0.05 0.05 0 0.09 240 0.19 0.88
Hex DC DC E7 5 5 0 9 F0 13 58
Octal 334 334 347 5 5 0 11 360 23 130
Binary 11011100 11011100 11100111 101 101 0 1001 11110000 10011 1011000

Color Harmonies of #DCDCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDCE7

Black with #DCDCE7

Text Example


Text Example

White with #DCDCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDCE7; }

 p { color: rgb(220,220,231); }

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

background-color css

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

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

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

border-color css

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

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

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