Html Css Color HEX #DBE9F7 Pattens Blue

📋 copy color: '#DBE9F7'

red 219 ◦ green 233 ◦ blue 247

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

Shades of Pattens Blue #DBE9F7

Tints of Pattens Blue #DBE9F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.34%

R = 31.33%
G = 33.33%
B = 35.34%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBE9F7 (or 0xDBE9F7) is known color: Pattens Blue. HEX triplet: DB, E9 and F7. RGB value is (219,233,247). Sum of RGB (Red+Green+Blue) = 219+233+247=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 233 (91.41% from 255 or 33.33% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBE9F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9F7 is #241608. Grayscale: #E6E6E6. Windows color (decimal): -2364937 or 16247259. OLE color: 16247259.

HSL color Cylindrical-coordinate representation of color #DBE9F7: hue angle of 210º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE9F7 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 233 247 -
CMYK 0.11 0.06 0 0.03
HSL 210º 0.64% 0.91% -
HSV(B) 210º 0.11% 0.97% -
XYZ 75.14 80.05 99.49 -
YUV 230.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 219 233 247 0.11 0.06 0 0.03 210 0.64 0.91
Hex DB E9 F7 B 6 0 3 D2 40 5B
Octal 333 351 367 13 6 0 3 322 100 133
Binary 11011011 11101001 11110111 1011 110 0 11 11010010 1000000 1011011

Color Harmonies of #DBE9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE9F7

Black with #DBE9F7

Text Example


Text Example

White with #DBE9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE9F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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