Html Css Color HEX #DBE6F1 Pattens Blue

📋 copy color: '#DBE6F1'

red 219 ◦ green 230 ◦ blue 241

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

Shades of Pattens Blue #DBE6F1

Tints of Pattens Blue #DBE6F1

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.33%

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

R = 31.74%
G = 33.33%
B = 34.93%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBE6F1 (or 0xDBE6F1) is known color: Pattens Blue. HEX triplet: DB, E6 and F1. RGB value is (219,230,241). Sum of RGB (Red+Green+Blue) = 219+230+241=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBE6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6F1 is #24190E. Grayscale: #E3E3E3. Windows color (decimal): -2365711 or 15853275. OLE color: 15853275.

HSL color Cylindrical-coordinate representation of color #DBE6F1: hue angle of 210º 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 #DBE6F1 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 230 241 -
CMYK 0.09 0.05 0 0.05
HSL 210º 0.44% 0.9% -
HSV(B) 210º 0.09% 0.95% -
XYZ 73.39 78 94.41 -
YUV 227.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 219 230 241 0.09 0.05 0 0.05 210 0.44 0.9
Hex DB E6 F1 9 5 0 5 D2 2C 5A
Octal 333 346 361 11 5 0 5 322 54 132
Binary 11011011 11100110 11110001 1001 101 0 101 11010010 101100 1011010

Color Harmonies of #DBE6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6F1

Black with #DBE6F1

Text Example


Text Example

White with #DBE6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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