Html Css Color HEX #DBECF3 Pattens Blue

📋 copy color: '#DBECF3'

red 219 ◦ green 236 ◦ blue 243

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

Shades of Pattens Blue #DBECF3

Tints of Pattens Blue #DBECF3

RGB

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

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

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

R = 31.38%
G = 33.81%
B = 34.81%

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

#DBECF3 (or 0xDBECF3) is known color: Pattens Blue. HEX triplet: DB, EC and F3. RGB value is (219,236,243). Sum of RGB (Red+Green+Blue) = 219+236+243=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECF3 is #24130C. Grayscale: #E7E7E7. Windows color (decimal): -2364173 or 15985883. OLE color: 15985883.

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

Color convert

RGB 219 236 243 -
CMYK 0.10 0.03 0 0.05
HSL 197.5º 0.5% 0.91% -
HSV(B) 197.5º 0.1% 0.95% -
XYZ 75.39 81.52 96.56 -
YUV 231.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 219 236 243 0.10 0.03 0 0.05 197.5 0.5 0.91
Hex DB EC F3 A 3 0 5 C6 32 5B
Octal 333 354 363 12 3 0 5 306 62 133
Binary 11011011 11101100 11110011 1010 11 0 101 11000110 110010 1011011

Color Harmonies of #DBECF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECF3

Black with #DBECF3

Text Example


Text Example

White with #DBECF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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