Html Css Color HEX #DBE8F2 Pattens Blue

📋 copy color: '#DBE8F2'

red 219 ◦ green 232 ◦ blue 242

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

Shades of Pattens Blue #DBE8F2

Tints of Pattens Blue #DBE8F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.92%

R = 31.6%
G = 33.48%
B = 34.92%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBE8F2 (or 0xDBE8F2) is known color: Pattens Blue. HEX triplet: DB, E8 and F2. RGB value is (219,232,242). Sum of RGB (Red+Green+Blue) = 219+232+242=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBE8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8F2 is #24170D. Grayscale: #E5E5E5. Windows color (decimal): -2365198 or 15919323. OLE color: 15919323.

HSL color Cylindrical-coordinate representation of color #DBE8F2: hue angle of 206.09º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE8F2 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 232 242 -
CMYK 0.10 0.04 0 0.05
HSL 206.09º 0.47% 0.9% -
HSV(B) 206.09º 0.1% 0.95% -
XYZ 74.1 79.18 95.38 -
YUV 229.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 219 232 242 0.10 0.04 0 0.05 206.09 0.47 0.9
Hex DB E8 F2 A 4 0 5 CE 2F 5A
Octal 333 350 362 12 4 0 5 316 57 132
Binary 11011011 11101000 11110010 1010 100 0 101 11001110 101111 1011010

Color Harmonies of #DBE8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE8F2

Black with #DBE8F2

Text Example


Text Example

White with #DBE8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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