Html Css Color HEX #DBEBF9 Pattens Blue

📋 copy color: '#DBEBF9'

red 219 ◦ green 235 ◦ blue 249

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

Shades of Pattens Blue #DBEBF9

Tints of Pattens Blue #DBEBF9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.43%

 BLUE value IS 249 (97.66% from 255) = 35.42%

R = 31.15%
G = 33.43%
B = 35.42%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBEBF9 (or 0xDBEBF9) is known color: Pattens Blue. HEX triplet: DB, EB and F9. RGB value is (219,235,249). Sum of RGB (Red+Green+Blue) = 219+235+249=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBEBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBF9 is #241406. Grayscale: #E7E7E7. Windows color (decimal): -2364423 or 16378843. OLE color: 16378843.

HSL color Cylindrical-coordinate representation of color #DBEBF9: hue angle of 208º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBEBF9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 235 249 -
CMYK 0.12 0.06 0 0.02
HSL 208º 0.71% 0.92% -
HSV(B) 208º 0.12% 0.98% -
XYZ 76.02 81.32 101.31 -
YUV 231.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 219 235 249 0.12 0.06 0 0.02 208 0.71 0.92
Hex DB EB F9 C 6 0 2 D0 47 5C
Octal 333 353 371 14 6 0 2 320 107 134
Binary 11011011 11101011 11111001 1100 110 0 10 11010000 1000111 1011100

Color Harmonies of #DBEBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBF9

Black with #DBEBF9

Text Example


Text Example

White with #DBEBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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