#DCEBF7

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

Shades of Pattens Blue #DCEBF7

Tints of Pattens Blue #DCEBF7

Color information

#DCEBF7 (or 0xDCEBF7) is unknown color: approx Pattens Blue. HEX triplet: DC, EB and F7. RGB value is (220,235,247). Sum of RGB (Red+Green+Blue) = 220+235+247=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCEBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBF7 is #231408. Grayscale: #E7E7E7. Windows color (decimal): -2298889 or 16247772. OLE color: 16247772.

HSL color Cylindrical-coordinate representation of color #DCEBF7: hue angle of 206.67º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCEBF7 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220235247-
CMYK0.110.0500.03
HSL206.67º62.79%91.57%-
HSV(B)206.67º10.93%96.86%-
XYZ76.0181.3599.69-
YUV231.88136.53119.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.34%
GREEN value IS 235 (92.19% from 255) = 33.48%
BLUE value IS 247 (96.88% from 255) = 35.19%
R=31.34%
G=33.48%
B=35.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202352470.110.0500.03206.6762.7991.57
HexDCEBF7B503cf3f5c
Octal3343533671350331777134
Binary1101110011101011111101111011101011110011111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBF7; }

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

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

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

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

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

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

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

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