Html Css Color HEX #DBEDF9 Pattens Blue

📋 copy color: '#DBEDF9'

red 219 ◦ green 237 ◦ blue 249

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

Shades of Pattens Blue #DBEDF9

Tints of Pattens Blue #DBEDF9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.62%

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

R = 31.06%
G = 33.62%
B = 35.32%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBEDF9 (or 0xDBEDF9) is known color: Pattens Blue. HEX triplet: DB, ED and F9. RGB value is (219,237,249). Sum of RGB (Red+Green+Blue) = 219+237+249=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBEDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDF9 is #241206. Grayscale: #E8E8E8. Windows color (decimal): -2363911 or 16379355. OLE color: 16379355.

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

Color convert

RGB 219 237 249 -
CMYK 0.12 0.05 0 0.02
HSL 204º 0.71% 0.92% -
HSV(B) 204º 0.12% 0.98% -
XYZ 76.6 82.47 101.5 -
YUV 232.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 219 237 249 0.12 0.05 0 0.02 204 0.71 0.92
Hex DB ED F9 C 5 0 2 CC 47 5C
Octal 333 355 371 14 5 0 2 314 107 134
Binary 11011011 11101101 11111001 1100 101 0 10 11001100 1000111 1011100

Color Harmonies of #DBEDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDF9

Black with #DBEDF9

Text Example


Text Example

White with #DBEDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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