Html Css Color HEX #DBEAF8 Pattens Blue

📋 copy color: '#DBEAF8'

red 219 ◦ green 234 ◦ blue 248

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

Shades of Pattens Blue #DBEAF8

Tints of Pattens Blue #DBEAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.38%

R = 31.24%
G = 33.38%
B = 35.38%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBEAF8 (or 0xDBEAF8) is known color: Pattens Blue. HEX triplet: DB, EA and F8. RGB value is (219,234,248). Sum of RGB (Red+Green+Blue) = 219+234+248=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 248 (97.27% from 255 or 35.38% from 701); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBEAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAF8 is #241507. Grayscale: #E7E7E7. Windows color (decimal): -2364680 or 16313051. OLE color: 16313051.

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

Color convert

RGB 219 234 248 -
CMYK 0.12 0.06 0 0.03
HSL 208.97º 0.67% 0.92% -
HSV(B) 208.97º 0.12% 0.97% -
XYZ 75.58 80.68 100.4 -
YUV 231.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 219 234 248 0.12 0.06 0 0.03 208.97 0.67 0.92
Hex DB EA F8 C 6 0 3 D1 43 5C
Octal 333 352 370 14 6 0 3 321 103 134
Binary 11011011 11101010 11111000 1100 110 0 11 11010001 1000011 1011100

Color Harmonies of #DBEAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAF8

Black with #DBEAF8

Text Example


Text Example

White with #DBEAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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