Html Css Color HEX #DBEFF6 Pattens Blue

📋 copy color: '#DBEFF6'

red 219 ◦ green 239 ◦ blue 246

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

Shades of Pattens Blue #DBEFF6

Tints of Pattens Blue #DBEFF6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.95%

 BLUE value IS 246 (96.48% from 255) = 34.94%

R = 31.11%
G = 33.95%
B = 34.94%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBEFF6 (or 0xDBEFF6) is known color: Pattens Blue. HEX triplet: DB, EF and F6. RGB value is (219,239,246). Sum of RGB (Red+Green+Blue) = 219+239+246=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBEFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF6 is #241009. Grayscale: #E9E9E9. Windows color (decimal): -2363402 or 16183259. OLE color: 16183259.

HSL color Cylindrical-coordinate representation of color #DBEFF6: hue angle of 195.56º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEFF6 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 239 246 -
CMYK 0.11 0.03 0 0.04
HSL 195.56º 0.6% 0.91% -
HSV(B) 195.56º 0.11% 0.96% -
XYZ 76.71 83.45 99.25 -
YUV 233.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 219 239 246 0.11 0.03 0 0.04 195.56 0.6 0.91
Hex DB EF F6 B 3 0 4 C4 3C 5B
Octal 333 357 366 13 3 0 4 304 74 133
Binary 11011011 11101111 11110110 1011 11 0 100 11000100 111100 1011011

Color Harmonies of #DBEFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFF6

Black with #DBEFF6

Text Example


Text Example

White with #DBEFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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