Html Css Color HEX #DCDAE7 Quartz

📋 copy color: '#DCDAE7'

red 220 ◦ green 218 ◦ blue 231

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

Shades of Quartz #DCDAE7

Tints of Quartz #DCDAE7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.59%

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

R = 32.88%
G = 32.59%
B = 34.53%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCDAE7 (or 0xDCDAE7) is known color: Quartz. HEX triplet: DC, DA and E7. RGB value is (220,218,231). Sum of RGB (Red+Green+Blue) = 220+218+231=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAE7 is #232518. Grayscale: #DCDCDC. Windows color (decimal): -2303257 or 15194844. OLE color: 15194844.

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

Color convert

RGB 220 218 231 -
CMYK 0.05 0.06 0 0.09
HSL 249.23º 0.21% 0.88% -
HSV(B) 249.23º 0.06% 0.91% -
XYZ 69.01 71.13 85.69 -
YUV 220.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 220 218 231 0.05 0.06 0 0.09 249.23 0.21 0.88
Hex DC DA E7 5 6 0 9 F9 15 58
Octal 334 332 347 5 6 0 11 371 25 130
Binary 11011100 11011010 11100111 101 110 0 1001 11111001 10101 1011000

Color Harmonies of #DCDAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAE7

Black with #DCDAE7

Text Example


Text Example

White with #DCDAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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