Html Css Color HEX #DCDBE0 Quartz

📋 copy color: '#DCDBE0'

red 220 ◦ green 219 ◦ blue 224

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

Shades of Quartz #DCDBE0

Tints of Quartz #DCDBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.03%

 BLUE value IS 224 (87.89% from 255) = 33.79%

R = 33.18%
G = 33.03%
B = 33.79%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCDBE0 (or 0xDCDBE0) is known color: Quartz. HEX triplet: DC, DB and E0. RGB value is (220,219,224). Sum of RGB (Red+Green+Blue) = 220+219+224=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCDBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBE0 is #23241F. Grayscale: #DBDBDB. Windows color (decimal): -2303008 or 14736348. OLE color: 14736348.

HSL color Cylindrical-coordinate representation of color #DCDBE0: hue angle of 252º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DCDBE0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 219 224 -
CMYK 0.02 0.02 0 0.12
HSL 252º 0.07% 0.87% -
HSV(B) 252º 0.02% 0.88% -
XYZ 68.3 71.26 80.68 -
YUV 219.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 220 219 224 0.02 0.02 0 0.12 252 0.07 0.87
Hex DC DB E0 2 2 0 C FC 7 57
Octal 334 333 340 2 2 0 14 374 7 127
Binary 11011100 11011011 11100000 10 10 0 1100 11111100 111 1010111

Color Harmonies of #DCDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDBE0

Black with #DCDBE0

Text Example


Text Example

White with #DCDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDBE0; }

 p { color: rgb(220,219,224); }

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

background-color css

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

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

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

border-color css

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

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

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