Html Css Color HEX #DBE1FB Quartz

📋 copy color: '#DBE1FB'

red 219 ◦ green 225 ◦ blue 251

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

Shades of Quartz #DBE1FB

Tints of Quartz #DBE1FB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.37%

 BLUE value IS 251 (98.44% from 255) = 36.12%

R = 31.51%
G = 32.37%
B = 36.12%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBE1FB (or 0xDBE1FB) is known color: Quartz. HEX triplet: DB, E1 and FB. RGB value is (219,225,251). Sum of RGB (Red+Green+Blue) = 219+225+251=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 225 (88.28% from 255 or 32.37% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE1FB is #241E04. Grayscale: #E2E2E2. Windows color (decimal): -2366981 or 16507355. OLE color: 16507355.

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

Color convert

RGB 219 225 251 -
CMYK 0.13 0.10 0 0.02
HSL 228.75º 0.8% 0.92% -
HSV(B) 228.75º 0.13% 0.98% -
XYZ 73.55 75.88 102.04 -
YUV 226.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 219 225 251 0.13 0.10 0 0.02 228.75 0.8 0.92
Hex DB E1 FB D A 0 2 E5 50 5C
Octal 333 341 373 15 12 0 2 345 120 134
Binary 11011011 11100001 11111011 1101 1010 0 10 11100101 1010000 1011100

Color Harmonies of #DBE1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE1FB

Black with #DBE1FB

Text Example


Text Example

White with #DBE1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE1FB; }

 p { color: rgb(219,225,251); }

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

background-color css

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

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

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

border-color css

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

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

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