Html Css Color HEX #DBDBEE Quartz

📋 copy color: '#DBDBEE'

red 219 ◦ green 219 ◦ blue 238

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

Shades of Quartz #DBDBEE

Tints of Quartz #DBDBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.21%

R = 32.4%
G = 32.4%
B = 35.21%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBDBEE (or 0xDBDBEE) is known color: Quartz. HEX triplet: DB, DB and EE. RGB value is (219,219,238). Sum of RGB (Red+Green+Blue) = 219+219+238=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBDBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBEE is #242411. Grayscale: #DDDDDD. Windows color (decimal): -2368530 or 15653851. OLE color: 15653851.

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

Color convert

RGB 219 219 238 -
CMYK 0.08 0.08 0 0.07
HSL 240º 0.36% 0.9% -
HSV(B) 240º 0.08% 0.93% -
XYZ 69.98 71.9 91.08 -
YUV 221.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 219 219 238 0.08 0.08 0 0.07 240 0.36 0.9
Hex DB DB EE 8 8 0 7 F0 24 5A
Octal 333 333 356 10 10 0 7 360 44 132
Binary 11011011 11011011 11101110 1000 1000 0 111 11110000 100100 1011010

Color Harmonies of #DBDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBEE

Black with #DBDBEE

Text Example


Text Example

White with #DBDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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