Html Css Color HEX #DBECF8 Pattens Blue

📋 copy color: '#DBECF8'

red 219 ◦ green 236 ◦ blue 248

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

Shades of Pattens Blue #DBECF8

Tints of Pattens Blue #DBECF8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.57%

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

R = 31.15%
G = 33.57%
B = 35.28%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBECF8 (or 0xDBECF8) is known color: Pattens Blue. HEX triplet: DB, EC and F8. RGB value is (219,236,248). Sum of RGB (Red+Green+Blue) = 219+236+248=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECF8 is #241307. Grayscale: #E8E8E8. Windows color (decimal): -2364168 or 16313563. OLE color: 16313563.

HSL color Cylindrical-coordinate representation of color #DBECF8: hue angle of 204.83º 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 #DBECF8 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 236 248 -
CMYK 0.12 0.05 0 0.03
HSL 204.83º 0.67% 0.92% -
HSV(B) 204.83º 0.12% 0.97% -
XYZ 76.15 81.83 100.59 -
YUV 232.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 219 236 248 0.12 0.05 0 0.03 204.83 0.67 0.92
Hex DB EC F8 C 5 0 3 CD 43 5C
Octal 333 354 370 14 5 0 3 315 103 134
Binary 11011011 11101100 11111000 1100 101 0 11 11001101 1000011 1011100

Color Harmonies of #DBECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECF8

Black with #DBECF8

Text Example


Text Example

White with #DBECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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