Html Css Color HEX #DBE7EC Pattens Blue

📋 copy color: '#DBE7EC'

red 219 ◦ green 231 ◦ blue 236

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

Shades of Pattens Blue #DBE7EC

Tints of Pattens Blue #DBE7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.67%

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

R = 31.92%
G = 33.67%
B = 34.4%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBE7EC (or 0xDBE7EC) is known color: Pattens Blue. HEX triplet: DB, E7 and EC. RGB value is (219,231,236). Sum of RGB (Red+Green+Blue) = 219+231+236=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7EC is #241813. Grayscale: #E3E3E3. Windows color (decimal): -2365460 or 15525851. OLE color: 15525851.

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

Color convert

RGB 219 231 236 -
CMYK 0.07 0.02 0 0.07
HSL 197.65º 0.31% 0.89% -
HSV(B) 197.65º 0.07% 0.93% -
XYZ 72.93 78.27 90.62 -
YUV 227.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 219 231 236 0.07 0.02 0 0.07 197.65 0.31 0.89
Hex DB E7 EC 7 2 0 7 C6 1F 59
Octal 333 347 354 7 2 0 7 306 37 131
Binary 11011011 11100111 11101100 111 10 0 111 11000110 11111 1011001

Color Harmonies of #DBE7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE7EC

Black with #DBE7EC

Text Example


Text Example

White with #DBE7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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