Html Css Color HEX #DBECF7 Pattens Blue

📋 copy color: '#DBECF7'

red 219 ◦ green 236 ◦ blue 247

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

Shades of Pattens Blue #DBECF7

Tints of Pattens Blue #DBECF7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.62%

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

R = 31.2%
G = 33.62%
B = 35.19%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBECF7 (or 0xDBECF7) is known color: Pattens Blue. HEX triplet: DB, EC and F7. RGB value is (219,236,247). Sum of RGB (Red+Green+Blue) = 219+236+247=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBECF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECF7 is #241308. Grayscale: #E8E8E8. Windows color (decimal): -2364169 or 16248027. OLE color: 16248027.

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

Color convert

RGB 219 236 247 -
CMYK 0.11 0.04 0 0.03
HSL 203.57º 0.64% 0.91% -
HSV(B) 203.57º 0.11% 0.97% -
XYZ 76 81.77 99.77 -
YUV 232.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 219 236 247 0.11 0.04 0 0.03 203.57 0.64 0.91
Hex DB EC F7 B 4 0 3 CC 40 5B
Octal 333 354 367 13 4 0 3 314 100 133
Binary 11011011 11101100 11110111 1011 100 0 11 11001100 1000000 1011011

Color Harmonies of #DBECF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECF7

Black with #DBECF7

Text Example


Text Example

White with #DBECF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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