Html Css Color HEX #DBE8EB Pattens Blue

📋 copy color: '#DBE8EB'

red 219 ◦ green 232 ◦ blue 235

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

Shades of Pattens Blue #DBE8EB

Tints of Pattens Blue #DBE8EB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.82%

 BLUE value IS 235 (92.19% from 255) = 34.26%

R = 31.92%
G = 33.82%
B = 34.26%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBE8EB (or 0xDBE8EB) is known color: Pattens Blue. HEX triplet: DB, E8 and EB. RGB value is (219,232,235). Sum of RGB (Red+Green+Blue) = 219+232+235=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8EB is #241714. Grayscale: #E4E4E4. Windows color (decimal): -2365205 or 15460571. OLE color: 15460571.

HSL color Cylindrical-coordinate representation of color #DBE8EB: hue angle of 191.25º degrees, saturation: 0.29, 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 #DBE8EB is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 232 235 -
CMYK 0.07 0.01 0 0.08
HSL 191.25º 0.29% 0.89% -
HSV(B) 191.25º 0.07% 0.92% -
XYZ 73.07 78.77 89.95 -
YUV 228.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 219 232 235 0.07 0.01 0 0.08 191.25 0.29 0.89
Hex DB E8 EB 7 1 0 8 BF 1D 59
Octal 333 350 353 7 1 0 10 277 35 131
Binary 11011011 11101000 11101011 111 1 0 1000 10111111 11101 1011001

Color Harmonies of #DBE8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE8EB

Black with #DBE8EB

Text Example


Text Example

White with #DBE8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE8EB; }

 p { color: rgb(219,232,235); }

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

background-color css

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

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

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

border-color css

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

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

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