Html Css Color HEX #DBDAEA Quartz

📋 copy color: '#DBDAEA'

red 219 ◦ green 218 ◦ blue 234

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

Shades of Quartz #DBDAEA

Tints of Quartz #DBDAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.49%

 BLUE value IS 234 (91.8% from 255) = 34.87%

R = 32.64%
G = 32.49%
B = 34.87%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBDAEA (or 0xDBDAEA) is known color: Quartz. HEX triplet: DB, DA and EA. RGB value is (219,218,234). Sum of RGB (Red+Green+Blue) = 219+218+234=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAEA is #242515. Grayscale: #DCDCDC. Windows color (decimal): -2368790 or 15391451. OLE color: 15391451.

HSL color Cylindrical-coordinate representation of color #DBDAEA: hue angle of 243.75º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBDAEA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 218 234 -
CMYK 0.06 0.07 0 0.08
HSL 243.75º 0.28% 0.89% -
HSV(B) 243.75º 0.07% 0.92% -
XYZ 69.14 71.14 87.93 -
YUV 220.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 219 218 234 0.06 0.07 0 0.08 243.75 0.28 0.89
Hex DB DA EA 6 7 0 8 F4 1C 59
Octal 333 332 352 6 7 0 10 364 34 131
Binary 11011011 11011010 11101010 110 111 0 1000 11110100 11100 1011001

Color Harmonies of #DBDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDAEA

Black with #DBDAEA

Text Example


Text Example

White with #DBDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDAEA; }

 p { color: rgb(219,218,234); }

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

background-color css

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

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

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

border-color css

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

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

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