Html Css Color HEX #DBE9F6 Pattens Blue

📋 copy color: '#DBE9F6'

red 219 ◦ green 233 ◦ blue 246

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

Shades of Pattens Blue #DBE9F6

Tints of Pattens Blue #DBE9F6

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.38%

 BLUE value IS 246 (96.48% from 255) = 35.24%

R = 31.38%
G = 33.38%
B = 35.24%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBE9F6 (or 0xDBE9F6) is known color: Pattens Blue. HEX triplet: DB, E9 and F6. RGB value is (219,233,246). Sum of RGB (Red+Green+Blue) = 219+233+246=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 233 (91.41% from 255 or 33.38% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBE9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9F6 is #241609. Grayscale: #E6E6E6. Windows color (decimal): -2364938 or 16181723. OLE color: 16181723.

HSL color Cylindrical-coordinate representation of color #DBE9F6: hue angle of 208.89º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE9F6 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 233 246 -
CMYK 0.11 0.05 0 0.04
HSL 208.89º 0.6% 0.91% -
HSV(B) 208.89º 0.11% 0.96% -
XYZ 74.99 79.99 98.68 -
YUV 230.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 219 233 246 0.11 0.05 0 0.04 208.89 0.6 0.91
Hex DB E9 F6 B 5 0 4 D1 3C 5B
Octal 333 351 366 13 5 0 4 321 74 133
Binary 11011011 11101001 11110110 1011 101 0 100 11010001 111100 1011011

Color Harmonies of #DBE9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE9F6

Black with #DBE9F6

Text Example


Text Example

White with #DBE9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE9F6; }

 p { color: rgb(219,233,246); }

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

background-color css

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

 a { background-color: rgb(219,233,246); }

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

border-color css

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

 span { border-color: rgb(219,233,246); }

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