Html Css Color HEX #DBEBF7 Pattens Blue

📋 copy color: '#DBEBF7'

red 219 ◦ green 235 ◦ blue 247

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

Shades of Pattens Blue #DBEBF7

Tints of Pattens Blue #DBEBF7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.52%

 BLUE value IS 247 (96.88% from 255) = 35.24%

R = 31.24%
G = 33.52%
B = 35.24%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBEBF7 (or 0xDBEBF7) is known color: Pattens Blue. HEX triplet: DB, EB and F7. RGB value is (219,235,247). Sum of RGB (Red+Green+Blue) = 219+235+247=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBEBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBF7 is #241408. Grayscale: #E7E7E7. Windows color (decimal): -2364425 or 16247771. OLE color: 16247771.

HSL color Cylindrical-coordinate representation of color #DBEBF7: hue angle of 205.71º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEBF7 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 235 247 -
CMYK 0.11 0.05 0 0.03
HSL 205.71º 0.64% 0.91% -
HSV(B) 205.71º 0.11% 0.97% -
XYZ 75.71 81.19 99.68 -
YUV 231.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 219 235 247 0.11 0.05 0 0.03 205.71 0.64 0.91
Hex DB EB F7 B 5 0 3 CE 40 5B
Octal 333 353 367 13 5 0 3 316 100 133
Binary 11011011 11101011 11110111 1011 101 0 11 11001110 1000000 1011011

Color Harmonies of #DBEBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBF7

Black with #DBEBF7

Text Example


Text Example

White with #DBEBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBF7; }

 p { color: rgb(219,235,247); }

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

background-color css

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

 a { background-color: rgb(219,235,247); }

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

border-color css

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

 span { border-color: rgb(219,235,247); }

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