Html Css Color HEX #DBECF0 Pattens Blue

📋 copy color: '#DBECF0'

red 219 ◦ green 236 ◦ blue 240

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

Shades of Pattens Blue #DBECF0

Tints of Pattens Blue #DBECF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.53%

R = 31.51%
G = 33.96%
B = 34.53%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBECF0 (or 0xDBECF0) is known color: Pattens Blue. HEX triplet: DB, EC and F0. RGB value is (219,236,240). Sum of RGB (Red+Green+Blue) = 219+236+240=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECF0 is #24130F. Grayscale: #E7E7E7. Windows color (decimal): -2364176 or 15789275. OLE color: 15789275.

HSL color Cylindrical-coordinate representation of color #DBECF0: hue angle of 191.43º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBECF0 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 236 240 -
CMYK 0.09 0.02 0 0.06
HSL 191.43º 0.41% 0.9% -
HSV(B) 191.43º 0.09% 0.94% -
XYZ 74.94 81.34 94.19 -
YUV 231.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 219 236 240 0.09 0.02 0 0.06 191.43 0.41 0.9
Hex DB EC F0 9 2 0 6 BF 29 5A
Octal 333 354 360 11 2 0 6 277 51 132
Binary 11011011 11101100 11110000 1001 10 0 110 10111111 101001 1011010

Color Harmonies of #DBECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECF0

Black with #DBECF0

Text Example


Text Example

White with #DBECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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