Html Css Color HEX #DCDDE6 Quartz

📋 copy color: '#DCDDE6'

red 220 ◦ green 221 ◦ blue 230

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

Shades of Quartz #DCDDE6

Tints of Quartz #DCDDE6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.94%

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

R = 32.79%
G = 32.94%
B = 34.28%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCDDE6 (or 0xDCDDE6) is known color: Quartz. HEX triplet: DC, DD and E6. RGB value is (220,221,230). Sum of RGB (Red+Green+Blue) = 220+221+230=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDE6 is #232219. Grayscale: #DDDDDD. Windows color (decimal): -2302490 or 15130076. OLE color: 15130076.

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

Color convert

RGB 220 221 230 -
CMYK 0.04 0.04 0 0.10
HSL 234º 0.17% 0.88% -
HSV(B) 234º 0.04% 0.9% -
XYZ 69.65 72.64 85.21 -
YUV 221.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 220 221 230 0.04 0.04 0 0.10 234 0.17 0.88
Hex DC DD E6 4 4 0 A EA 11 58
Octal 334 335 346 4 4 0 12 352 21 130
Binary 11011100 11011101 11100110 100 100 0 1010 11101010 10001 1011000

Color Harmonies of #DCDDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDDE6

Black with #DCDDE6

Text Example


Text Example

White with #DCDDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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