#DCEBF5

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

Shades of Pattens Blue #DCEBF5

Tints of Pattens Blue #DCEBF5

Color information

#DCEBF5 (or 0xDCEBF5) is unknown color: approx Pattens Blue. HEX triplet: DC, EB and F5. RGB value is (220,235,245). Sum of RGB (Red+Green+Blue) = 220+235+245=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 245 (96.09% from 255 or 35% from 700); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCEBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBF5 is #23140A. Grayscale: #E7E7E7. Windows color (decimal): -2298891 or 16116700. OLE color: 16116700.

HSL color Cylindrical-coordinate representation of color #DCEBF5: hue angle of 204º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCEBF5 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220235245-
CMYK0.100.0400.04
HSL204º55.56%91.18%-
HSV(B)204º10.2%96.08%-
XYZ75.781.2298.07-
YUV231.66135.53119.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.43%
GREEN value IS 235 (92.19% from 255) = 33.57%
BLUE value IS 245 (96.09% from 255) = 35%
R=31.43%
G=33.57%
B=35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202352450.100.0400.0420455.5691.18
HexDCEBF5A404cc385b
Octal3343533651240431470133
Binary11011100111010111111010110101000100110011001110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBF5; }

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

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

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

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

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

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

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

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