Html Css Color HEX #DBEAF1 Pattens Blue

📋 copy color: '#DBEAF1'

red 219 ◦ green 234 ◦ blue 241

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

Shades of Pattens Blue #DBEAF1

Tints of Pattens Blue #DBEAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.73%

R = 31.56%
G = 33.72%
B = 34.73%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBEAF1 (or 0xDBEAF1) is known color: Pattens Blue. HEX triplet: DB, EA and F1. RGB value is (219,234,241). Sum of RGB (Red+Green+Blue) = 219+234+241=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAF1 is #24150E. Grayscale: #E6E6E6. Windows color (decimal): -2364687 or 15854299. OLE color: 15854299.

HSL color Cylindrical-coordinate representation of color #DBEAF1: hue angle of 199.09º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEAF1 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 234 241 -
CMYK 0.09 0.03 0 0.05
HSL 199.09º 0.44% 0.9% -
HSV(B) 199.09º 0.09% 0.95% -
XYZ 74.51 80.26 94.78 -
YUV 230.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 219 234 241 0.09 0.03 0 0.05 199.09 0.44 0.9
Hex DB EA F1 9 3 0 5 C7 2C 5A
Octal 333 352 361 11 3 0 5 307 54 132
Binary 11011011 11101010 11110001 1001 11 0 101 11000111 101100 1011010

Color Harmonies of #DBEAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAF1

Black with #DBEAF1

Text Example


Text Example

White with #DBEAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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