Html Css Color HEX #DBEFF8 Pattens Blue

📋 copy color: '#DBEFF8'

red 219 ◦ green 239 ◦ blue 248

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

Shades of Pattens Blue #DBEFF8

Tints of Pattens Blue #DBEFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.13%

R = 31.02%
G = 33.85%
B = 35.13%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBEFF8 (or 0xDBEFF8) is known color: Pattens Blue. HEX triplet: DB, EF and F8. RGB value is (219,239,248). Sum of RGB (Red+Green+Blue) = 219+239+248=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBEFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF8 is #241007. Grayscale: #E9E9E9. Windows color (decimal): -2363400 or 16314331. OLE color: 16314331.

HSL color Cylindrical-coordinate representation of color #DBEFF8: hue angle of 198.62º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBEFF8 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 239 248 -
CMYK 0.12 0.04 0 0.03
HSL 198.62º 0.67% 0.92% -
HSV(B) 198.62º 0.12% 0.97% -
XYZ 77.02 83.57 100.88 -
YUV 234.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 219 239 248 0.12 0.04 0 0.03 198.62 0.67 0.92
Hex DB EF F8 C 4 0 3 C7 43 5C
Octal 333 357 370 14 4 0 3 307 103 134
Binary 11011011 11101111 11111000 1100 100 0 11 11000111 1000011 1011100

Color Harmonies of #DBEFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFF8

Black with #DBEFF8

Text Example


Text Example

White with #DBEFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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