Html Css Color HEX #DBECF6 Pattens Blue

📋 copy color: '#DBECF6'

red 219 ◦ green 236 ◦ blue 246

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

Shades of Pattens Blue #DBECF6

Tints of Pattens Blue #DBECF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.09%

R = 31.24%
G = 33.67%
B = 35.09%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBECF6 (or 0xDBECF6) is known color: Pattens Blue. HEX triplet: DB, EC and F6. RGB value is (219,236,246). Sum of RGB (Red+Green+Blue) = 219+236+246=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBECF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECF6 is #241309. Grayscale: #E8E8E8. Windows color (decimal): -2364170 or 16182491. OLE color: 16182491.

HSL color Cylindrical-coordinate representation of color #DBECF6: hue angle of 202.22º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBECF6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 236 246 -
CMYK 0.11 0.04 0 0.04
HSL 202.22º 0.6% 0.91% -
HSV(B) 202.22º 0.11% 0.96% -
XYZ 75.84 81.7 98.96 -
YUV 232.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 219 236 246 0.11 0.04 0 0.04 202.22 0.6 0.91
Hex DB EC F6 B 4 0 4 CA 3C 5B
Octal 333 354 366 13 4 0 4 312 74 133
Binary 11011011 11101100 11110110 1011 100 0 100 11001010 111100 1011011

Color Harmonies of #DBECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECF6

Black with #DBECF6

Text Example


Text Example

White with #DBECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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