Html Css Color HEX #DBE9EC Pattens Blue

📋 copy color: '#DBE9EC'

red 219 ◦ green 233 ◦ blue 236

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

Shades of Pattens Blue #DBE9EC

Tints of Pattens Blue #DBE9EC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.87%

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

R = 31.83%
G = 33.87%
B = 34.3%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBE9EC (or 0xDBE9EC) is known color: Pattens Blue. HEX triplet: DB, E9 and EC. RGB value is (219,233,236). Sum of RGB (Red+Green+Blue) = 219+233+236=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9EC is #241613. Grayscale: #E5E5E5. Windows color (decimal): -2364948 or 15526363. OLE color: 15526363.

HSL color Cylindrical-coordinate representation of color #DBE9EC: hue angle of 190.59º 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 #DBE9EC is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 233 236 -
CMYK 0.07 0.01 0 0.07
HSL 190.59º 0.31% 0.89% -
HSV(B) 190.59º 0.07% 0.93% -
XYZ 73.49 79.39 90.81 -
YUV 229.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 219 233 236 0.07 0.01 0 0.07 190.59 0.31 0.89
Hex DB E9 EC 7 1 0 7 BF 1F 59
Octal 333 351 354 7 1 0 7 277 37 131
Binary 11011011 11101001 11101100 111 1 0 111 10111111 11111 1011001

Color Harmonies of #DBE9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE9EC

Black with #DBE9EC

Text Example


Text Example

White with #DBE9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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