#DCEBF0

Color #DCEBF0 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DCEBF0

Tints of Pattens Blue #DCEBF0

Color information

#DCEBF0 (or 0xDCEBF0) is unknown color: approx Pattens Blue. HEX triplet: DC, EB and F0. RGB value is (220,235,240). Sum of RGB (Red+Green+Blue) = 220+235+240=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 235 (92.19% from 255 or 33.81% 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 #DCEBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBF0 is #23140F. Grayscale: #E7E7E7. Windows color (decimal): -2298896 or 15789020. OLE color: 15789020.

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

Color convert

RGB220235240-
CMYK0.080.0200.06
HSL195º40%90.2%-
HSV(B)195º8.33%94.12%-
XYZ74.9580.9294.11-
YUV231.08133.03120.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.65%
GREEN value IS 235 (92.19% from 255) = 33.81%
BLUE value IS 240 (94.14% from 255) = 34.53%
R=31.65%
G=33.81%
B=34.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202352400.080.0200.061954090.2
HexDCEBF08206c3285a
Octal3343533601020630350132
Binary1101110011101011111100001000100110110000111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBF0; }

 p { color: rgb(220,235,240); }

 H1.HeaderClassName
 {
   color: #DCEBF0;
 }
 .AnyTagClassName
 {
   color: #DCEBF0;
 }
</style>
background-color css

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

 a { background-color: rgb(220,235,240); }

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

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

 span { border-color: rgb(220,235,240); }

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