Html Css Color HEX #DBE0E5 Pattens Blue

📋 copy color: '#DBE0E5'

red 219 ◦ green 224 ◦ blue 229

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

Shades of Pattens Blue #DBE0E5

Tints of Pattens Blue #DBE0E5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.33%

 BLUE value IS 229 (89.84% from 255) = 34.08%

R = 32.59%
G = 33.33%
B = 34.08%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBE0E5 (or 0xDBE0E5) is known color: Pattens Blue. HEX triplet: DB, E0 and E5. RGB value is (219,224,229). Sum of RGB (Red+Green+Blue) = 219+224+229=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBE0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0E5 is #241F1A. Grayscale: #DFDFDF. Windows color (decimal): -2367259 or 15065307. OLE color: 15065307.

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

Color convert

RGB 219 224 229 -
CMYK 0.04 0.02 0 0.10
HSL 210º 0.16% 0.88% -
HSV(B) 210º 0.04% 0.9% -
XYZ 70.01 74.03 84.73 -
YUV 223.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 219 224 229 0.04 0.02 0 0.10 210 0.16 0.88
Hex DB E0 E5 4 2 0 A D2 10 58
Octal 333 340 345 4 2 0 12 322 20 130
Binary 11011011 11100000 11100101 100 10 0 1010 11010010 10000 1011000

Color Harmonies of #DBE0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE0E5

Black with #DBE0E5

Text Example


Text Example

White with #DBE0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE0E5; }

 p { color: rgb(219,224,229); }

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

background-color css

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

 a { background-color: rgb(219,224,229); }

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

border-color css

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

 span { border-color: rgb(219,224,229); }

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