Html Css Color HEX #DBDFE2 Pattens Blue

📋 copy color: '#DBDFE2'

red 219 ◦ green 223 ◦ blue 226

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

Shades of Pattens Blue #DBDFE2

Tints of Pattens Blue #DBDFE2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.38%

 BLUE value IS 226 (88.67% from 255) = 33.83%

R = 32.78%
G = 33.38%
B = 33.83%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DBDFE2 (or 0xDBDFE2) is known color: Pattens Blue. HEX triplet: DB, DF and E2. RGB value is (219,223,226). Sum of RGB (Red+Green+Blue) = 219+223+226=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBDFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFE2 is #24201D. Grayscale: #DEDEDE. Windows color (decimal): -2367518 or 14868443. OLE color: 14868443.

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

Color convert

RGB 219 223 226 -
CMYK 0.03 0.01 0 0.11
HSL 205.71º 0.11% 0.87% -
HSV(B) 205.71º 0.03% 0.89% -
XYZ 69.33 73.33 82.45 -
YUV 222.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 219 223 226 0.03 0.01 0 0.11 205.71 0.11 0.87
Hex DB DF E2 3 1 0 B CE B 57
Octal 333 337 342 3 1 0 13 316 13 127
Binary 11011011 11011111 11100010 11 1 0 1011 11001110 1011 1010111

Color Harmonies of #DBDFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDFE2

Black with #DBDFE2

Text Example


Text Example

White with #DBDFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDFE2; }

 p { color: rgb(219,223,226); }

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

background-color css

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

 a { background-color: rgb(219,223,226); }

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

border-color css

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

 span { border-color: rgb(219,223,226); }

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