Html Css Color HEX #DBDEF8 Quartz

📋 copy color: '#DBDEF8'

red 219 ◦ green 222 ◦ blue 248

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

Shades of Quartz #DBDEF8

Tints of Quartz #DBDEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.99%

R = 31.79%
G = 32.22%
B = 35.99%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBDEF8 (or 0xDBDEF8) is known color: Quartz. HEX triplet: DB, DE and F8. RGB value is (219,222,248). Sum of RGB (Red+Green+Blue) = 219+222+248=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBDEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEF8 is #242107. Grayscale: #DFDFDF. Windows color (decimal): -2367752 or 16309979. OLE color: 16309979.

HSL color Cylindrical-coordinate representation of color #DBDEF8: hue angle of 233.79º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDEF8 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 222 248 -
CMYK 0.12 0.10 0 0.03
HSL 233.79º 0.67% 0.92% -
HSV(B) 233.79º 0.12% 0.97% -
XYZ 72.28 74.08 99.3 -
YUV 224.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 219 222 248 0.12 0.10 0 0.03 233.79 0.67 0.92
Hex DB DE F8 C A 0 3 EA 43 5C
Octal 333 336 370 14 12 0 3 352 103 134
Binary 11011011 11011110 11111000 1100 1010 0 11 11101010 1000011 1011100

Color Harmonies of #DBDEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDEF8

Black with #DBDEF8

Text Example


Text Example

White with #DBDEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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