Html Css Color HEX #DBE1E6 Pattens Blue

📋 copy color: '#DBE1E6'

red 219 ◦ green 225 ◦ blue 230

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

Shades of Pattens Blue #DBE1E6

Tints of Pattens Blue #DBE1E6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.38%

 BLUE value IS 230 (90.23% from 255) = 34.12%

R = 32.49%
G = 33.38%
B = 34.12%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBE1E6 (or 0xDBE1E6) is known color: Pattens Blue. HEX triplet: DB, E1 and E6. RGB value is (219,225,230). Sum of RGB (Red+Green+Blue) = 219+225+230=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBE1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE1E6 is #241E19. Grayscale: #DFDFDF. Windows color (decimal): -2367002 or 15131099. OLE color: 15131099.

HSL color Cylindrical-coordinate representation of color #DBE1E6: hue angle of 207.27º degrees, saturation: 0.18, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBE1E6 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 225 230 -
CMYK 0.05 0.02 0 0.10
HSL 207.27º 0.18% 0.88% -
HSV(B) 207.27º 0.05% 0.9% -
XYZ 70.42 74.62 85.56 -
YUV 223.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 219 225 230 0.05 0.02 0 0.10 207.27 0.18 0.88
Hex DB E1 E6 5 2 0 A CF 12 58
Octal 333 341 346 5 2 0 12 317 22 130
Binary 11011011 11100001 11100110 101 10 0 1010 11001111 10010 1011000

Color Harmonies of #DBE1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE1E6

Black with #DBE1E6

Text Example


Text Example

White with #DBE1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE1E6; }

 p { color: rgb(219,225,230); }

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

background-color css

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

 a { background-color: rgb(219,225,230); }

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

border-color css

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

 span { border-color: rgb(219,225,230); }

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