Html Css Color HEX #DBDCE9 Quartz

📋 copy color: '#DBDCE9'

red 219 ◦ green 220 ◦ blue 233

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

Shades of Quartz #DBDCE9

Tints of Quartz #DBDCE9

RGB

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

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

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

R = 32.59%
G = 32.74%
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

#DBDCE9 (or 0xDBDCE9) is known color: Quartz. HEX triplet: DB, DC and E9. RGB value is (219,220,233). Sum of RGB (Red+Green+Blue) = 219+220+233=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 220 (86.33% from 255 or 32.74% 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 #DBDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCE9 is #242316. Grayscale: #DDDDDD. Windows color (decimal): -2368279 or 15326427. OLE color: 15326427.

HSL color Cylindrical-coordinate representation of color #DBDCE9: hue angle of 235.71º 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 #DBDCE9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 220 233 -
CMYK 0.06 0.06 0 0.09
HSL 235.71º 0.24% 0.89% -
HSV(B) 235.71º 0.06% 0.91% -
XYZ 69.51 72.13 87.35 -
YUV 221.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 219 220 233 0.06 0.06 0 0.09 235.71 0.24 0.89
Hex DB DC E9 6 6 0 9 EC 18 59
Octal 333 334 351 6 6 0 11 354 30 131
Binary 11011011 11011100 11101001 110 110 0 1001 11101100 11000 1011001

Color Harmonies of #DBDCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDCE9

Black with #DBDCE9

Text Example


Text Example

White with #DBDCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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