Html Css Color HEX #DBDEF5 Quartz

📋 copy color: '#DBDEF5'

red 219 ◦ green 222 ◦ blue 245

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

Shades of Quartz #DBDEF5

Tints of Quartz #DBDEF5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.36%

 BLUE value IS 245 (96.09% from 255) = 35.71%

R = 31.92%
G = 32.36%
B = 35.71%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBDEF5 (or 0xDBDEF5) is known color: Quartz. HEX triplet: DB, DE and F5. RGB value is (219,222,245). Sum of RGB (Red+Green+Blue) = 219+222+245=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBDEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEF5 is #24210A. Grayscale: #DFDFDF. Windows color (decimal): -2367755 or 16113371. OLE color: 16113371.

HSL color Cylindrical-coordinate representation of color #DBDEF5: hue angle of 233.08º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBDEF5 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 222 245 -
CMYK 0.11 0.09 0 0.04
HSL 233.08º 0.57% 0.91% -
HSV(B) 233.08º 0.11% 0.96% -
XYZ 71.82 73.9 96.86 -
YUV 223.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 219 222 245 0.11 0.09 0 0.04 233.08 0.57 0.91
Hex DB DE F5 B 9 0 4 E9 39 5B
Octal 333 336 365 13 11 0 4 351 71 133
Binary 11011011 11011110 11110101 1011 1001 0 100 11101001 111001 1011011

Color Harmonies of #DBDEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDEF5

Black with #DBDEF5

Text Example


Text Example

White with #DBDEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDEF5; }

 p { color: rgb(219,222,245); }

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

background-color css

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

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

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

border-color css

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

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

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