Html Css Color HEX #DCDBE9 Quartz

📋 copy color: '#DCDBE9'

red 220 ◦ green 219 ◦ blue 233

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

Shades of Quartz #DCDBE9

Tints of Quartz #DCDBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.67%

R = 32.74%
G = 32.59%
B = 34.67%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCDBE9 (or 0xDCDBE9) is known color: Quartz. HEX triplet: DC, DB and E9. RGB value is (220,219,233). Sum of RGB (Red+Green+Blue) = 220+219+233=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBE9 is #232416. Grayscale: #DCDCDC. Windows color (decimal): -2302999 or 15326172. OLE color: 15326172.

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

Color convert

RGB 220 219 233 -
CMYK 0.06 0.06 0 0.09
HSL 244.29º 0.24% 0.89% -
HSV(B) 244.29º 0.06% 0.91% -
XYZ 69.55 71.76 87.28 -
YUV 220.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 220 219 233 0.06 0.06 0 0.09 244.29 0.24 0.89
Hex DC DB E9 6 6 0 9 F4 18 59
Octal 334 333 351 6 6 0 11 364 30 131
Binary 11011100 11011011 11101001 110 110 0 1001 11110100 11000 1011001

Color Harmonies of #DCDBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDBE9

Black with #DCDBE9

Text Example


Text Example

White with #DCDBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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