Html Css Color HEX #DBE6EF Pattens Blue

📋 copy color: '#DBE6EF'

red 219 ◦ green 230 ◦ blue 239

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

Shades of Pattens Blue #DBE6EF

Tints of Pattens Blue #DBE6EF

RGB

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

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

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

R = 31.83%
G = 33.43%
B = 34.74%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBE6EF (or 0xDBE6EF) is known color: Pattens Blue. HEX triplet: DB, E6 and EF. RGB value is (219,230,239). Sum of RGB (Red+Green+Blue) = 219+230+239=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6EF is #241910. Grayscale: #E3E3E3. Windows color (decimal): -2365713 or 15722203. OLE color: 15722203.

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

Color convert

RGB 219 230 239 -
CMYK 0.08 0.04 0 0.06
HSL 207º 0.38% 0.9% -
HSV(B) 207º 0.08% 0.94% -
XYZ 73.09 77.89 92.84 -
YUV 227.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 219 230 239 0.08 0.04 0 0.06 207 0.38 0.9
Hex DB E6 EF 8 4 0 6 CF 26 5A
Octal 333 346 357 10 4 0 6 317 46 132
Binary 11011011 11100110 11101111 1000 100 0 110 11001111 100110 1011010

Color Harmonies of #DBE6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6EF

Black with #DBE6EF

Text Example


Text Example

White with #DBE6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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