Html Css Color HEX #DBEDF6 Pattens Blue

📋 copy color: '#DBEDF6'

red 219 ◦ green 237 ◦ blue 246

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

Shades of Pattens Blue #DBEDF6

Tints of Pattens Blue #DBEDF6

RGB

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

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

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

R = 31.2%
G = 33.76%
B = 35.04%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBEDF6 (or 0xDBEDF6) is known color: Pattens Blue. HEX triplet: DB, ED and F6. RGB value is (219,237,246). Sum of RGB (Red+Green+Blue) = 219+237+246=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBEDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDF6 is #241209. Grayscale: #E8E8E8. Windows color (decimal): -2363914 or 16182747. OLE color: 16182747.

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

Color convert

RGB 219 237 246 -
CMYK 0.11 0.04 0 0.04
HSL 200º 0.6% 0.91% -
HSV(B) 200º 0.11% 0.96% -
XYZ 76.13 82.28 99.06 -
YUV 232.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 219 237 246 0.11 0.04 0 0.04 200 0.6 0.91
Hex DB ED F6 B 4 0 4 C8 3C 5B
Octal 333 355 366 13 4 0 4 310 74 133
Binary 11011011 11101101 11110110 1011 100 0 100 11001000 111100 1011011

Color Harmonies of #DBEDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDF6

Black with #DBEDF6

Text Example


Text Example

White with #DBEDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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