Html Css Color HEX #DBE8F1 Pattens Blue

📋 copy color: '#DBE8F1'

red 219 ◦ green 232 ◦ blue 241

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

Shades of Pattens Blue #DBE8F1

Tints of Pattens Blue #DBE8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.83%

R = 31.65%
G = 33.53%
B = 34.83%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBE8F1 (or 0xDBE8F1) is known color: Pattens Blue. HEX triplet: DB, E8 and F1. RGB value is (219,232,241). Sum of RGB (Red+Green+Blue) = 219+232+241=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBE8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8F1 is #24170E. Grayscale: #E5E5E5. Windows color (decimal): -2365199 or 15853787. OLE color: 15853787.

HSL color Cylindrical-coordinate representation of color #DBE8F1: hue angle of 204.55º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE8F1 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 232 241 -
CMYK 0.09 0.04 0 0.05
HSL 204.55º 0.44% 0.9% -
HSV(B) 204.55º 0.09% 0.95% -
XYZ 73.95 79.12 94.59 -
YUV 229.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 219 232 241 0.09 0.04 0 0.05 204.55 0.44 0.9
Hex DB E8 F1 9 4 0 5 CD 2C 5A
Octal 333 350 361 11 4 0 5 315 54 132
Binary 11011011 11101000 11110001 1001 100 0 101 11001101 101100 1011010

Color Harmonies of #DBE8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE8F1

Black with #DBE8F1

Text Example


Text Example

White with #DBE8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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