Html Css Color HEX #DBE5EC Pattens Blue

📋 copy color: '#DBE5EC'

red 219 ◦ green 229 ◦ blue 236

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

Shades of Pattens Blue #DBE5EC

Tints of Pattens Blue #DBE5EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.5%

R = 32.02%
G = 33.48%
B = 34.5%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBE5EC (or 0xDBE5EC) is known color: Pattens Blue. HEX triplet: DB, E5 and EC. RGB value is (219,229,236). Sum of RGB (Red+Green+Blue) = 219+229+236=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5EC is #241A13. Grayscale: #E2E2E2. Windows color (decimal): -2365972 or 15525339. OLE color: 15525339.

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

Color convert

RGB 219 229 236 -
CMYK 0.07 0.03 0 0.07
HSL 204.71º 0.31% 0.89% -
HSV(B) 204.71º 0.07% 0.93% -
XYZ 72.37 77.15 90.43 -
YUV 226.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 219 229 236 0.07 0.03 0 0.07 204.71 0.31 0.89
Hex DB E5 EC 7 3 0 7 CD 1F 59
Octal 333 345 354 7 3 0 7 315 37 131
Binary 11011011 11100101 11101100 111 11 0 111 11001101 11111 1011001

Color Harmonies of #DBE5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE5EC

Black with #DBE5EC

Text Example


Text Example

White with #DBE5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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