Html Css Color HEX #DBDBEF Quartz

📋 copy color: '#DBDBEF'

red 219 ◦ green 219 ◦ blue 239

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

Shades of Quartz #DBDBEF

Tints of Quartz #DBDBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.3%

R = 32.35%
G = 32.35%
B = 35.3%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBDBEF (or 0xDBDBEF) is known color: Quartz. HEX triplet: DB, DB and EF. RGB value is (219,219,239). Sum of RGB (Red+Green+Blue) = 219+219+239=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBDBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBEF is #242410. Grayscale: #DDDDDD. Windows color (decimal): -2368529 or 15719387. OLE color: 15719387.

HSL color Cylindrical-coordinate representation of color #DBDBEF: hue angle of 240º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDBEF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 219 239 -
CMYK 0.08 0.08 0 0.06
HSL 240º 0.38% 0.9% -
HSV(B) 240º 0.08% 0.94% -
XYZ 70.12 71.96 91.85 -
YUV 221.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 219 219 239 0.08 0.08 0 0.06 240 0.38 0.9
Hex DB DB EF 8 8 0 6 F0 26 5A
Octal 333 333 357 10 10 0 6 360 46 132
Binary 11011011 11011011 11101111 1000 1000 0 110 11110000 100110 1011010

Color Harmonies of #DBDBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBEF

Black with #DBDBEF

Text Example


Text Example

White with #DBDBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBEF; }

 p { color: rgb(219,219,239); }

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

background-color css

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

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

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

border-color css

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

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

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