#DCEBF3

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

Shades of Pattens Blue #DCEBF3

Tints of Pattens Blue #DCEBF3

Color information

#DCEBF3 (or 0xDCEBF3) is unknown color: approx Pattens Blue. HEX triplet: DC, EB and F3. RGB value is (220,235,243). Sum of RGB (Red+Green+Blue) = 220+235+243=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 235 (92.19% from 255 or 33.67% 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 #DCEBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBF3 is #23140C. Grayscale: #E7E7E7. Windows color (decimal): -2298893 or 15985628. OLE color: 15985628.

HSL color Cylindrical-coordinate representation of color #DCEBF3: hue angle of 200.87º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCEBF3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220235243-
CMYK0.090.0300.05
HSL200.87º48.94%90.78%-
HSV(B)200.87º9.47%95.29%-
XYZ75.481.196.47-
YUV231.43134.53119.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.52%
GREEN value IS 235 (92.19% from 255) = 33.67%
BLUE value IS 243 (95.31% from 255) = 34.81%
R=31.52%
G=33.67%
B=34.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202352430.090.0300.05200.8748.9490.78
HexDCEBF39305c9315b
Octal3343533631130531161133
Binary1101110011101011111100111001110101110010011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBF3; }

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

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

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

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

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

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

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

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