Html Css Color HEX #DBECFB Pattens Blue

📋 copy color: '#DBECFB'

red 219 ◦ green 236 ◦ blue 251

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

Shades of Pattens Blue #DBECFB

Tints of Pattens Blue #DBECFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.55%

R = 31.02%
G = 33.43%
B = 35.55%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBECFB (or 0xDBECFB) is known color: Pattens Blue. HEX triplet: DB, EC and FB. RGB value is (219,236,251). Sum of RGB (Red+Green+Blue) = 219+236+251=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECFB is #241304. Grayscale: #E8E8E8. Windows color (decimal): -2364165 or 16510171. OLE color: 16510171.

HSL color Cylindrical-coordinate representation of color #DBECFB: hue angle of 208.12º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBECFB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 236 251 -
CMYK 0.13 0.06 0 0.02
HSL 208.13º 0.8% 0.92% -
HSV(B) 208.13º 0.13% 0.98% -
XYZ 76.62 82.02 103.06 -
YUV 232.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 219 236 251 0.13 0.06 0 0.02 208.13 0.8 0.92
Hex DB EC FB D 6 0 2 D0 50 5C
Octal 333 354 373 15 6 0 2 320 120 134
Binary 11011011 11101100 11111011 1101 110 0 10 11010000 1010000 1011100

Color Harmonies of #DBECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECFB

Black with #DBECFB

Text Example


Text Example

White with #DBECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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