Html Css Color HEX #DCDAE6 Quartz

📋 copy color: '#DCDAE6'

red 220 ◦ green 218 ◦ blue 230

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

Shades of Quartz #DCDAE6

Tints of Quartz #DCDAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.43%

R = 32.93%
G = 32.63%
B = 34.43%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCDAE6 (or 0xDCDAE6) is known color: Quartz. HEX triplet: DC, DA and E6. RGB value is (220,218,230). Sum of RGB (Red+Green+Blue) = 220+218+230=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCDAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAE6 is #232519. Grayscale: #DBDBDB. Windows color (decimal): -2303258 or 15129308. OLE color: 15129308.

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

Color convert

RGB 220 218 230 -
CMYK 0.04 0.05 0 0.10
HSL 250º 0.19% 0.88% -
HSV(B) 250º 0.05% 0.9% -
XYZ 68.87 71.07 84.95 -
YUV 219.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 220 218 230 0.04 0.05 0 0.10 250 0.19 0.88
Hex DC DA E6 4 5 0 A FA 13 58
Octal 334 332 346 4 5 0 12 372 23 130
Binary 11011100 11011010 11100110 100 101 0 1010 11111010 10011 1011000

Color Harmonies of #DCDAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAE6

Black with #DCDAE6

Text Example


Text Example

White with #DCDAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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