Html Css Color HEX #DBDAEE Quartz

📋 copy color: '#DBDAEE'

red 219 ◦ green 218 ◦ blue 238

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

Shades of Quartz #DBDAEE

Tints of Quartz #DBDAEE

RGB

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

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

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

R = 32.44%
G = 32.3%
B = 35.26%

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

#DBDAEE (or 0xDBDAEE) is known color: Quartz. HEX triplet: DB, DA and EE. RGB value is (219,218,238). Sum of RGB (Red+Green+Blue) = 219+218+238=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAEE is #242511. Grayscale: #DCDCDC. Windows color (decimal): -2368786 or 15653595. OLE color: 15653595.

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

Color convert

RGB 219 218 238 -
CMYK 0.08 0.08 0 0.07
HSL 243º 0.37% 0.89% -
HSV(B) 243º 0.08% 0.93% -
XYZ 69.72 71.38 90.99 -
YUV 220.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 219 218 238 0.08 0.08 0 0.07 243 0.37 0.89
Hex DB DA EE 8 8 0 7 F3 25 59
Octal 333 332 356 10 10 0 7 363 45 131
Binary 11011011 11011010 11101110 1000 1000 0 111 11110011 100101 1011001

Color Harmonies of #DBDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDAEE

Black with #DBDAEE

Text Example


Text Example

White with #DBDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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