Html Css Color HEX #DBE8EF Pattens Blue

📋 copy color: '#DBE8EF'

red 219 ◦ green 232 ◦ blue 239

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

Shades of Pattens Blue #DBE8EF

Tints of Pattens Blue #DBE8EF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.62%

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

R = 31.74%
G = 33.62%
B = 34.64%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBE8EF (or 0xDBE8EF) is known color: Pattens Blue. HEX triplet: DB, E8 and EF. RGB value is (219,232,239). Sum of RGB (Red+Green+Blue) = 219+232+239=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8EF is #241710. Grayscale: #E4E4E4. Windows color (decimal): -2365201 or 15722715. OLE color: 15722715.

HSL color Cylindrical-coordinate representation of color #DBE8EF: hue angle of 201º 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 #DBE8EF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 232 239 -
CMYK 0.08 0.03 0 0.06
HSL 201º 0.38% 0.9% -
HSV(B) 201º 0.08% 0.94% -
XYZ 73.65 79.01 93.03 -
YUV 228.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 219 232 239 0.08 0.03 0 0.06 201 0.38 0.9
Hex DB E8 EF 8 3 0 6 C9 26 5A
Octal 333 350 357 10 3 0 6 311 46 132
Binary 11011011 11101000 11101111 1000 11 0 110 11001001 100110 1011010

Color Harmonies of #DBE8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE8EF

Black with #DBE8EF

Text Example


Text Example

White with #DBE8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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