Html Css Color HEX #DBE5EF Pattens Blue

📋 copy color: '#DBE5EF'

red 219 ◦ green 229 ◦ blue 239

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

Shades of Pattens Blue #DBE5EF

Tints of Pattens Blue #DBE5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.33%

 BLUE value IS 239 (93.75% from 255) = 34.79%

R = 31.88%
G = 33.33%
B = 34.79%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBE5EF (or 0xDBE5EF) is known color: Pattens Blue. HEX triplet: DB, E5 and EF. RGB value is (219,229,239). Sum of RGB (Red+Green+Blue) = 219+229+239=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5EF is #241A10. Grayscale: #E3E3E3. Windows color (decimal): -2365969 or 15721947. OLE color: 15721947.

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

Color convert

RGB 219 229 239 -
CMYK 0.08 0.04 0 0.06
HSL 210º 0.38% 0.9% -
HSV(B) 210º 0.08% 0.94% -
XYZ 72.81 77.33 92.75 -
YUV 227.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 219 229 239 0.08 0.04 0 0.06 210 0.38 0.9
Hex DB E5 EF 8 4 0 6 D2 26 5A
Octal 333 345 357 10 4 0 6 322 46 132
Binary 11011011 11100101 11101111 1000 100 0 110 11010010 100110 1011010

Color Harmonies of #DBE5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE5EF

Black with #DBE5EF

Text Example


Text Example

White with #DBE5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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