Html Css Color HEX #DCDBE7 Quartz

📋 copy color: '#DCDBE7'

red 220 ◦ green 219 ◦ blue 231

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

Shades of Quartz #DCDBE7

Tints of Quartz #DCDBE7

RGB

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

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

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

R = 32.84%
G = 32.69%
B = 34.48%

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

#DCDBE7 (or 0xDCDBE7) is known color: Quartz. HEX triplet: DC, DB and E7. RGB value is (220,219,231). Sum of RGB (Red+Green+Blue) = 220+219+231=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBE7 is #232418. Grayscale: #DCDCDC. Windows color (decimal): -2303001 or 15195100. OLE color: 15195100.

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

Color convert

RGB 220 219 231 -
CMYK 0.05 0.05 0 0.09
HSL 245º 0.2% 0.88% -
HSV(B) 245º 0.05% 0.91% -
XYZ 69.27 71.65 85.78 -
YUV 220.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 220 219 231 0.05 0.05 0 0.09 245 0.2 0.88
Hex DC DB E7 5 5 0 9 F5 14 58
Octal 334 333 347 5 5 0 11 365 24 130
Binary 11011100 11011011 11100111 101 101 0 1001 11110101 10100 1011000

Color Harmonies of #DCDBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDBE7

Black with #DCDBE7

Text Example


Text Example

White with #DCDBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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