Html Css Color HEX #DBE6EB Pattens Blue

📋 copy color: '#DBE6EB'

red 219 ◦ green 230 ◦ blue 235

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

Shades of Pattens Blue #DBE6EB

Tints of Pattens Blue #DBE6EB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.63%

 BLUE value IS 235 (92.19% from 255) = 34.36%

R = 32.02%
G = 33.63%
B = 34.36%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBE6EB (or 0xDBE6EB) is known color: Pattens Blue. HEX triplet: DB, E6 and EB. RGB value is (219,230,235). Sum of RGB (Red+Green+Blue) = 219+230+235=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBE6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6EB is #241914. Grayscale: #E3E3E3. Windows color (decimal): -2365717 or 15460059. OLE color: 15460059.

HSL color Cylindrical-coordinate representation of color #DBE6EB: hue angle of 198.75º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBE6EB is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 230 235 -
CMYK 0.07 0.02 0 0.08
HSL 198.75º 0.29% 0.89% -
HSV(B) 198.75º 0.07% 0.92% -
XYZ 72.51 77.65 89.76 -
YUV 227.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 219 230 235 0.07 0.02 0 0.08 198.75 0.29 0.89
Hex DB E6 EB 7 2 0 8 C7 1D 59
Octal 333 346 353 7 2 0 10 307 35 131
Binary 11011011 11100110 11101011 111 10 0 1000 11000111 11101 1011001

Color Harmonies of #DBE6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6EB

Black with #DBE6EB

Text Example


Text Example

White with #DBE6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6EB; }

 p { color: rgb(219,230,235); }

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

background-color css

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

 a { background-color: rgb(219,230,235); }

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

border-color css

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

 span { border-color: rgb(219,230,235); }

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