Html Css Color HEX #DBEBF3 Pattens Blue

📋 copy color: '#DBEBF3'

red 219 ◦ green 235 ◦ blue 243

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

Shades of Pattens Blue #DBEBF3

Tints of Pattens Blue #DBEBF3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.72%

 BLUE value IS 243 (95.31% from 255) = 34.86%

R = 31.42%
G = 33.72%
B = 34.86%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBEBF3 (or 0xDBEBF3) is known color: Pattens Blue. HEX triplet: DB, EB and F3. RGB value is (219,235,243). Sum of RGB (Red+Green+Blue) = 219+235+243=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBEBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBF3 is #24140C. Grayscale: #E7E7E7. Windows color (decimal): -2364429 or 15985627. OLE color: 15985627.

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

Color convert

RGB 219 235 243 -
CMYK 0.10 0.03 0 0.05
HSL 200º 0.5% 0.91% -
HSV(B) 200º 0.1% 0.95% -
XYZ 75.1 80.95 96.46 -
YUV 231.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 219 235 243 0.10 0.03 0 0.05 200 0.5 0.91
Hex DB EB F3 A 3 0 5 C8 32 5B
Octal 333 353 363 12 3 0 5 310 62 133
Binary 11011011 11101011 11110011 1010 11 0 101 11001000 110010 1011011

Color Harmonies of #DBEBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBF3

Black with #DBEBF3

Text Example


Text Example

White with #DBEBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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