Html Css Color HEX #DBDDFA Quartz

📋 copy color: '#DBDDFA'

red 219 ◦ green 221 ◦ blue 250

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

Shades of Quartz #DBDDFA

Tints of Quartz #DBDDFA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.03%

 BLUE value IS 250 (98.05% from 255) = 36.23%

R = 31.74%
G = 32.03%
B = 36.23%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBDDFA (or 0xDBDDFA) is known color: Quartz. HEX triplet: DB, DD and FA. RGB value is (219,221,250). Sum of RGB (Red+Green+Blue) = 219+221+250=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBDDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDFA is #242205. Grayscale: #DFDFDF. Windows color (decimal): -2368006 or 16440795. OLE color: 16440795.

HSL color Cylindrical-coordinate representation of color #DBDDFA: hue angle of 236.13º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDDFA is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 221 250 -
CMYK 0.12 0.12 0 0.02
HSL 236.13º 0.76% 0.92% -
HSV(B) 236.13º 0.12% 0.98% -
XYZ 72.33 73.68 100.85 -
YUV 223.71 142.84 124.64 -
System Red Green Blue C M Y K H S L
Decimal 219 221 250 0.12 0.12 0 0.02 236.13 0.76 0.92
Hex DB DD FA C C 0 2 EC 4C 5C
Octal 333 335 372 14 14 0 2 354 114 134
Binary 11011011 11011101 11111010 1100 1100 0 10 11101100 1001100 1011100

Color Harmonies of #DBDDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDDFA

Black with #DBDDFA

Text Example


Text Example

White with #DBDDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDDFA; }

 p { color: rgb(219,221,250); }

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

background-color css

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

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

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

border-color css

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

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

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