Html Css Color HEX #DCDDE8 Quartz

📋 copy color: '#DCDDE8'

red 220 ◦ green 221 ◦ blue 232

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

Shades of Quartz #DCDDE8

Tints of Quartz #DCDDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.47%

R = 32.69%
G = 32.84%
B = 34.47%

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

#DCDDE8 (or 0xDCDDE8) is known color: Quartz. HEX triplet: DC, DD and E8. RGB value is (220,221,232). Sum of RGB (Red+Green+Blue) = 220+221+232=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDE8 is #232217. Grayscale: #DDDDDD. Windows color (decimal): -2302488 or 15261148. OLE color: 15261148.

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

Color convert

RGB 220 221 232 -
CMYK 0.05 0.05 0 0.09
HSL 235º 0.21% 0.89% -
HSV(B) 235º 0.05% 0.91% -
XYZ 69.94 72.75 86.7 -
YUV 221.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 220 221 232 0.05 0.05 0 0.09 235 0.21 0.89
Hex DC DD E8 5 5 0 9 EB 15 59
Octal 334 335 350 5 5 0 11 353 25 131
Binary 11011100 11011101 11101000 101 101 0 1001 11101011 10101 1011001

Color Harmonies of #DCDDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDDE8

Black with #DCDDE8

Text Example


Text Example

White with #DCDDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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