Html Css Color HEX #DBEAF6 Pattens Blue

📋 copy color: '#DBEAF6'

red 219 ◦ green 234 ◦ blue 246

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

Shades of Pattens Blue #DBEAF6

Tints of Pattens Blue #DBEAF6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.48%

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

R = 31.33%
G = 33.48%
B = 35.19%

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

#DBEAF6 (or 0xDBEAF6) is known color: Pattens Blue. HEX triplet: DB, EA and F6. RGB value is (219,234,246). Sum of RGB (Red+Green+Blue) = 219+234+246=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 246 (96.48% from 255 or 35.19% from 699); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAF6 is #241509. Grayscale: #E6E6E6. Windows color (decimal): -2364682 or 16181979. OLE color: 16181979.

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

Color convert

RGB 219 234 246 -
CMYK 0.11 0.05 0 0.04
HSL 206.67º 0.6% 0.91% -
HSV(B) 206.67º 0.11% 0.96% -
XYZ 75.27 80.56 98.77 -
YUV 230.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 219 234 246 0.11 0.05 0 0.04 206.67 0.6 0.91
Hex DB EA F6 B 5 0 4 CF 3C 5B
Octal 333 352 366 13 5 0 4 317 74 133
Binary 11011011 11101010 11110110 1011 101 0 100 11001111 111100 1011011

Color Harmonies of #DBEAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAF6

Black with #DBEAF6

Text Example


Text Example

White with #DBEAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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